public interface CreateInstructionMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Timestamp when create instruction request was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Timestamp when create instruction request was created.
|
String |
getInstruction()
The name of the created Instruction.
|
com.google.protobuf.ByteString |
getInstructionBytes()
The name of the created Instruction.
|
com.google.rpc.Status |
getPartialFailures(int index)
Partial failures encountered.
|
int |
getPartialFailuresCount()
Partial failures encountered.
|
List<com.google.rpc.Status> |
getPartialFailuresList()
Partial failures encountered.
|
com.google.rpc.StatusOrBuilder |
getPartialFailuresOrBuilder(int index)
Partial failures encountered.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getPartialFailuresOrBuilderList()
Partial failures encountered.
|
boolean |
hasCreateTime()
Timestamp when create instruction request was created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInstruction()
The name of the created Instruction.
projects/{project_id}/instructions/{instruction_id}
string instruction = 1;com.google.protobuf.ByteString getInstructionBytes()
The name of the created Instruction.
projects/{project_id}/instructions/{instruction_id}
string instruction = 1;List<com.google.rpc.Status> getPartialFailuresList()
Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;com.google.rpc.Status getPartialFailures(int index)
Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;int getPartialFailuresCount()
Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;List<? extends com.google.rpc.StatusOrBuilder> getPartialFailuresOrBuilderList()
Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;com.google.rpc.StatusOrBuilder getPartialFailuresOrBuilder(int index)
Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;boolean hasCreateTime()
Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.Timestamp getCreateTime()
Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;Copyright © 2019 Google LLC. All rights reserved.