public interface UpdateVersionRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Name of the resource to update.
|
ByteString |
getNameBytes()
Name of the resource to update.
|
FieldMask |
getUpdateMask()
Standard field mask for the set of fields to be updated.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Standard field mask for the set of fields to be updated.
|
Version |
getVersion()
A Version containing the updated resource.
|
VersionOrBuilder |
getVersionOrBuilder()
A Version containing the updated resource.
|
boolean |
hasUpdateMask()
Standard field mask for the set of fields to be updated.
|
boolean |
hasVersion()
A Version containing the updated resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
Name of the resource to update. Example: `apps/myapp/services/default/versions/1`.
string name = 1;
ByteString getNameBytes()
Name of the resource to update. Example: `apps/myapp/services/default/versions/1`.
string name = 1;
boolean hasVersion()
A Version containing the updated resource. Only fields set in the field mask will be updated.
.google.appengine.v1.Version version = 2;
Version getVersion()
A Version containing the updated resource. Only fields set in the field mask will be updated.
.google.appengine.v1.Version version = 2;
VersionOrBuilder getVersionOrBuilder()
A Version containing the updated resource. Only fields set in the field mask will be updated.
.google.appengine.v1.Version version = 2;
boolean hasUpdateMask()
Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
FieldMask getUpdateMask()
Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
FieldMaskOrBuilder getUpdateMaskOrBuilder()
Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;