Interface CreateInstructionMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateInstructionMetadata,CreateInstructionMetadata.Builder
public interface CreateInstructionMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreateTime()Timestamp when create instruction request was created.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Timestamp when create instruction request was created.StringgetInstruction()The name of the created Instruction.com.google.protobuf.ByteStringgetInstructionBytes()The name of the created Instruction.com.google.rpc.StatusgetPartialFailures(int index)Partial failures encountered.intgetPartialFailuresCount()Partial failures encountered.List<com.google.rpc.Status>getPartialFailuresList()Partial failures encountered.com.google.rpc.StatusOrBuildergetPartialFailuresOrBuilder(int index)Partial failures encountered.List<? extends com.google.rpc.StatusOrBuilder>getPartialFailuresOrBuilderList()Partial failures encountered.booleanhasCreateTime()Timestamp when create instruction request was created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstruction
String getInstruction()
The name of the created Instruction. projects/{project_id}/instructions/{instruction_id}string instruction = 1;- Returns:
- The instruction.
-
getInstructionBytes
com.google.protobuf.ByteString getInstructionBytes()
The name of the created Instruction. projects/{project_id}/instructions/{instruction_id}string instruction = 1;- Returns:
- The bytes for instruction.
-
getPartialFailuresList
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;
-
getPartialFailures
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;
-
getPartialFailuresCount
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;
-
getPartialFailuresOrBuilderList
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;
-
getPartialFailuresOrBuilder
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;
-
hasCreateTime
boolean hasCreateTime()
Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;
-
-