Package com.google.cloud.clouddms.v1
Interface SinglePackageChangeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SinglePackageChange
,SinglePackageChange.Builder
public interface SinglePackageChangeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPackageBody()
Optional.com.google.protobuf.ByteString
getPackageBodyBytes()
Optional.String
getPackageDescription()
Optional.com.google.protobuf.ByteString
getPackageDescriptionBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPackageDescription
String getPackageDescription()
Optional. Sql code for package description
string package_description = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The packageDescription.
-
getPackageDescriptionBytes
com.google.protobuf.ByteString getPackageDescriptionBytes()
Optional. Sql code for package description
string package_description = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for packageDescription.
-
getPackageBody
String getPackageBody()
Optional. Sql code for package body
string package_body = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The packageBody.
-
getPackageBodyBytes
com.google.protobuf.ByteString getPackageBodyBytes()
Optional. Sql code for package body
string package_body = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for packageBody.
-
-