Package com.google.cloud.compute.v1
Interface NetworksRemovePeeringRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NetworksRemovePeeringRequest
,NetworksRemovePeeringRequest.Builder
public interface NetworksRemovePeeringRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Name of the peering, which should conform to RFC1035.com.google.protobuf.ByteString
getNameBytes()
Name of the peering, which should conform to RFC1035.boolean
hasName()
Name of the peering, which should conform to RFC1035.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
Name of the peering, which should conform to RFC1035.
optional string name = 3373707;
- Returns:
- Whether the name field is set.
-
getName
String getName()
Name of the peering, which should conform to RFC1035.
optional string name = 3373707;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the peering, which should conform to RFC1035.
optional string name = 3373707;
- Returns:
- The bytes for name.
-
-