Interface RunPipelineRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RunPipelineRequest,RunPipelineRequest.Builder
public interface RunPipelineRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StructgetExtras()Implementation-specific information can be encoded herecom.google.protobuf.StructOrBuildergetExtrasOrBuilder()Implementation-specific information can be encoded herejava.lang.StringgetTexts(int index)repeated string texts = 1 [json_name = "texts"];com.google.protobuf.ByteStringgetTextsBytes(int index)repeated string texts = 1 [json_name = "texts"];intgetTextsCount()repeated string texts = 1 [json_name = "texts"];java.util.List<java.lang.String>getTextsList()repeated string texts = 1 [json_name = "texts"];booleanhasExtras()Implementation-specific information can be encoded here-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTextsList
java.util.List<java.lang.String> getTextsList()
repeated string texts = 1 [json_name = "texts"];- Returns:
- A list containing the texts.
-
getTextsCount
int getTextsCount()
repeated string texts = 1 [json_name = "texts"];- Returns:
- The count of texts.
-
getTexts
java.lang.String getTexts(int index)
repeated string texts = 1 [json_name = "texts"];- Parameters:
index- The index of the element to return.- Returns:
- The texts at the given index.
-
getTextsBytes
com.google.protobuf.ByteString getTextsBytes(int index)
repeated string texts = 1 [json_name = "texts"];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the texts at the given index.
-
hasExtras
boolean hasExtras()
Implementation-specific information can be encoded here
.google.protobuf.Struct extras = 15 [json_name = "extras"];- Returns:
- Whether the extras field is set.
-
getExtras
com.google.protobuf.Struct getExtras()
Implementation-specific information can be encoded here
.google.protobuf.Struct extras = 15 [json_name = "extras"];- Returns:
- The extras.
-
getExtrasOrBuilder
com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
Implementation-specific information can be encoded here
.google.protobuf.Struct extras = 15 [json_name = "extras"];
-
-