Interface UpdateApplicationRequestOrBuilder (2.2.0)

public interface UpdateApplicationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplication()

public abstract Application getApplication()

An Application containing the updated resource.

.google.appengine.v1.Application application = 2;

Returns
TypeDescription
Application

The application.

getApplicationOrBuilder()

public abstract ApplicationOrBuilder getApplicationOrBuilder()

An Application containing the updated resource.

.google.appengine.v1.Application application = 2;

Returns
TypeDescription
ApplicationOrBuilder

getName()

public abstract String getName()

Name of the Application resource to update. Example: apps/myapp.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the Application resource to update. Example: apps/myapp.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. Standard field mask for the set of fields to be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. Standard field mask for the set of fields to be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
FieldMaskOrBuilder

hasApplication()

public abstract boolean hasApplication()

An Application containing the updated resource.

.google.appengine.v1.Application application = 2;

Returns
TypeDescription
boolean

Whether the application field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. Standard field mask for the set of fields to be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
boolean

Whether the updateMask field is set.