public interface UpdateVersionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Name of the resource to update. Example:
apps/myapp/services/default/versions/1.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() Name of the resource to update. Example:
apps/myapp/services/default/versions/1.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getUpdateMask()
public abstract FieldMask getUpdateMask()Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
| FieldMaskOrBuilder |
getVersion()
public abstract Version getVersion()A Version containing the updated resource. Only fields set in the field mask will be updated.
.google.appengine.v1.Version version = 2;
| Type | Description |
| Version | The version. |
getVersionOrBuilder()
public abstract VersionOrBuilder getVersionOrBuilder()A Version containing the updated resource. Only fields set in the field mask will be updated.
.google.appengine.v1.Version version = 2;
| Type | Description |
| VersionOrBuilder |
hasUpdateMask()
public abstract boolean hasUpdateMask()Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
| boolean | Whether the updateMask field is set. |
hasVersion()
public abstract boolean hasVersion()A Version containing the updated resource. Only fields set in the field mask will be updated.
.google.appengine.v1.Version version = 2;
| Type | Description |
| boolean | Whether the version field is set. |