public interface GenerateAppResourceOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getEndTime()
public abstract Timestamp getEndTime()Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getGenerationType()
public abstract GenerateAppResourceOperationMetadata.GenerationType getGenerationType()Output only. The type of the operation.
.google.cloud.ces.v1beta.GenerateAppResourceOperationMetadata.GenerationType generation_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GenerateAppResourceOperationMetadata.GenerationType |
The generationType. |
getGenerationTypeValue()
public abstract int getGenerationTypeValue()Output only. The type of the operation.
.google.cloud.ces.v1beta.GenerateAppResourceOperationMetadata.GenerationType generation_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for generationType. |
getMessage()
public abstract String getMessage()Output only. Human-readable status of the operation, if any.
string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()Output only. Human-readable status of the operation, if any.
string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
getPartialErrors(int index)
public abstract Status getPartialErrors(int index)Output only. Error messages from the resource generation process.
repeated .google.rpc.Status partial_errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
|
getPartialErrorsCount()
public abstract int getPartialErrorsCount()Output only. Error messages from the resource generation process.
repeated .google.rpc.Status partial_errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getPartialErrorsList()
public abstract List<Status> getPartialErrorsList()Output only. Error messages from the resource generation process.
repeated .google.rpc.Status partial_errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<com.google.rpc.Status> |
|
getPartialErrorsOrBuilder(int index)
public abstract StatusOrBuilder getPartialErrorsOrBuilder(int index)Output only. Error messages from the resource generation process.
repeated .google.rpc.Status partial_errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getPartialErrorsOrBuilderList()
public abstract List<? extends StatusOrBuilder> getPartialErrorsOrBuilderList()Output only. Error messages from the resource generation process.
repeated .google.rpc.Status partial_errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.rpc.StatusOrBuilder> |
|
getTarget()
public abstract String getTarget() Output only. The resource name of the app that the operation is associated
with. Format: projects/{project}/locations/{location}/apps/{app}.
string target = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The target. |
getTargetBytes()
public abstract ByteString getTargetBytes() Output only. The resource name of the app that the operation is associated
with. Format: projects/{project}/locations/{location}/apps/{app}.
string target = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for target. |
hasCreateTime()
public abstract boolean hasCreateTime()Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasEndTime()
public abstract boolean hasEndTime()Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endTime field is set. |