public interface UpdateApplicationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApplication()
public abstract Application getApplication()An Application containing the updated resource.
.google.appengine.v1.Application application = 2;
| Returns | |
|---|---|
| Type | Description |
Application |
The application. |
getApplicationOrBuilder()
public abstract ApplicationOrBuilder getApplicationOrBuilder()An Application containing the updated resource.
.google.appengine.v1.Application application = 2;
| Returns | |
|---|---|
| Type | Description |
ApplicationOrBuilder |
|
getName()
public abstract String getName() Name of the Application resource to update. Example: apps/myapp.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Name of the Application resource to update. Example: apps/myapp.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasApplication()
public abstract boolean hasApplication()An Application containing the updated resource.
.google.appengine.v1.Application application = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |