public interface NetworkProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
com.google.protobuf.ByteString |
getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
[Output Only] An optional description of this resource.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
[Output Only] An optional description of this resource.
|
NetworkProfileNetworkFeatures |
getFeatures()
[Output Only] Features supported by the network.
|
NetworkProfileNetworkFeaturesOrBuilder |
getFeaturesOrBuilder()
[Output Only] Features supported by the network.
|
long |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
NetworkProfileLocation |
getLocation()
[Output Only] Location to which the network is restricted.
|
NetworkProfileLocationOrBuilder |
getLocationOrBuilder()
[Output Only] Location to which the network is restricted.
|
String |
getName()
[Output Only] Name of the resource.
|
com.google.protobuf.ByteString |
getNameBytes()
[Output Only] Name of the resource.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
|
String |
getSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
|
com.google.protobuf.ByteString |
getSelfLinkWithIdBytes()
[Output Only] Server-defined URL for this resource with the resource id.
|
String |
getZone()
optional string zone = 3744684; |
com.google.protobuf.ByteString |
getZoneBytes()
optional string zone = 3744684; |
boolean |
hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
boolean |
hasDescription()
[Output Only] An optional description of this resource.
|
boolean |
hasFeatures()
[Output Only] Features supported by the network.
|
boolean |
hasId()
[Output Only] The unique identifier for the resource.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
boolean |
hasLocation()
[Output Only] Location to which the network is restricted.
|
boolean |
hasName()
[Output Only] Name of the resource.
|
boolean |
hasSelfLink()
[Output Only] Server-defined URL for the resource.
|
boolean |
hasSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
|
boolean |
hasZone()
optional string zone = 3744684; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;com.google.protobuf.ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;boolean hasDescription()
[Output Only] An optional description of this resource.
optional string description = 422937596;String getDescription()
[Output Only] An optional description of this resource.
optional string description = 422937596;com.google.protobuf.ByteString getDescriptionBytes()
[Output Only] An optional description of this resource.
optional string description = 422937596;boolean hasFeatures()
[Output Only] Features supported by the network.
optional .google.cloud.compute.v1.NetworkProfileNetworkFeatures features = 246211645;
NetworkProfileNetworkFeatures getFeatures()
[Output Only] Features supported by the network.
optional .google.cloud.compute.v1.NetworkProfileNetworkFeatures features = 246211645;
NetworkProfileNetworkFeaturesOrBuilder getFeaturesOrBuilder()
[Output Only] Features supported by the network.
optional .google.cloud.compute.v1.NetworkProfileNetworkFeatures features = 246211645;
boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;boolean hasKind()
[Output Only] Type of the resource. Always compute#networkProfile for network profiles.
optional string kind = 3292052;String getKind()
[Output Only] Type of the resource. Always compute#networkProfile for network profiles.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#networkProfile for network profiles.
optional string kind = 3292052;boolean hasLocation()
[Output Only] Location to which the network is restricted.
optional .google.cloud.compute.v1.NetworkProfileLocation location = 290430901;NetworkProfileLocation getLocation()
[Output Only] Location to which the network is restricted.
optional .google.cloud.compute.v1.NetworkProfileLocation location = 290430901;NetworkProfileLocationOrBuilder getLocationOrBuilder()
[Output Only] Location to which the network is restricted.
optional .google.cloud.compute.v1.NetworkProfileLocation location = 290430901;boolean hasName()
[Output Only] Name of the resource.
optional string name = 3373707;String getName()
[Output Only] Name of the resource.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
[Output Only] Name of the resource.
optional string name = 3373707;boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;boolean hasSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
optional string self_link_with_id = 44520962;String getSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
optional string self_link_with_id = 44520962;com.google.protobuf.ByteString getSelfLinkWithIdBytes()
[Output Only] Server-defined URL for this resource with the resource id.
optional string self_link_with_id = 44520962;boolean hasZone()
optional string zone = 3744684;String getZone()
optional string zone = 3744684;com.google.protobuf.ByteString getZoneBytes()
optional string zone = 3744684;Copyright © 2025 Google LLC. All rights reserved.