Package com.google.cloud.clouddms.v1
Interface AssignSpecificValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssignSpecificValue,AssignSpecificValue.Builder
public interface AssignSpecificValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()Required.com.google.protobuf.ByteStringgetValueBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValue
String getValue()
Required. Specific value to be assigned
string value = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
Required. Specific value to be assigned
string value = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for value.
-
-