public interface UpdateVersionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Name of the resource to update.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the resource to update.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Standard field mask for the set of fields to be updated.
|
com.google.protobuf.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, hasOneofjava.lang.String getName()
Name of the resource to update. Example: `apps/myapp/services/default/versions/1`.
string name = 1;com.google.protobuf.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;com.google.protobuf.FieldMask getUpdateMask()
Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;