Package com.google.cloud.compute.v1
Interface BulkInsertInstanceResourcePerInstancePropertiesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BulkInsertInstanceResourcePerInstanceProperties,BulkInsertInstanceResourcePerInstanceProperties.Builder
public interface BulkInsertInstanceResourcePerInstancePropertiesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()This field is only temporary.com.google.protobuf.ByteStringgetNameBytes()This field is only temporary.booleanhasName()This field is only temporary.-
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()
This field is only temporary. It will be removed. Do not use it.
optional string name = 3373707;- Returns:
- Whether the name field is set.
-
getName
String getName()
This field is only temporary. It will be removed. Do not use it.
optional string name = 3373707;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
This field is only temporary. It will be removed. Do not use it.
optional string name = 3373707;- Returns:
- The bytes for name.
-
-