Package xyz.block.ftl.admin.v1
Class GetDeploymentArtefactsRequest
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.admin.v1.GetDeploymentArtefactsRequestOrBuilder
public final class GetDeploymentArtefactsRequest extends GeneratedMessageV3 implements GetDeploymentArtefactsRequestOrBuilder
Protobuf type
xyz.block.ftl.admin.v1.GetDeploymentArtefactsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGetDeploymentArtefactsRequest.BuilderProtobuf type
xyz.block.ftl.admin.v1.GetDeploymentArtefactsRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intDEPLOYMENT_KEY_FIELD_NUMBERpublic final static intHAVE_ARTEFACTS_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getDeploymentKey
String getDeploymentKey()
string deployment_key = 1;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
ByteString getDeploymentKeyBytes()
string deployment_key = 1;- Returns:
The bytes for deploymentKey.
-
getHaveArtefactsList
List<DeploymentArtefact> getHaveArtefactsList()
repeated .xyz.block.ftl.admin.v1.DeploymentArtefact have_artefacts = 2;
-
getHaveArtefactsOrBuilderList
List<out DeploymentArtefactOrBuilder> getHaveArtefactsOrBuilderList()
repeated .xyz.block.ftl.admin.v1.DeploymentArtefact have_artefacts = 2;
-
getHaveArtefactsCount
int getHaveArtefactsCount()
repeated .xyz.block.ftl.admin.v1.DeploymentArtefact have_artefacts = 2;
-
getHaveArtefacts
DeploymentArtefact getHaveArtefacts(int index)
repeated .xyz.block.ftl.admin.v1.DeploymentArtefact have_artefacts = 2;
-
getHaveArtefactsOrBuilder
DeploymentArtefactOrBuilder getHaveArtefactsOrBuilder(int index)
repeated .xyz.block.ftl.admin.v1.DeploymentArtefact have_artefacts = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static GetDeploymentArtefactsRequest parseFrom(ByteBuffer data)
-
parseFrom
static GetDeploymentArtefactsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetDeploymentArtefactsRequest parseFrom(ByteString data)
-
parseFrom
static GetDeploymentArtefactsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetDeploymentArtefactsRequest parseFrom(Array<byte> data)
-
parseFrom
static GetDeploymentArtefactsRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetDeploymentArtefactsRequest parseFrom(InputStream input)
-
parseFrom
static GetDeploymentArtefactsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static GetDeploymentArtefactsRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static GetDeploymentArtefactsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetDeploymentArtefactsRequest parseFrom(CodedInputStream input)
-
parseFrom
static GetDeploymentArtefactsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
GetDeploymentArtefactsRequest.Builder newBuilderForType()
-
newBuilder
static GetDeploymentArtefactsRequest.Builder newBuilder()
-
newBuilder
static GetDeploymentArtefactsRequest.Builder newBuilder(GetDeploymentArtefactsRequest prototype)
-
toBuilder
GetDeploymentArtefactsRequest.Builder toBuilder()
-
getDefaultInstance
static GetDeploymentArtefactsRequest getDefaultInstance()
-
parser
static Parser<GetDeploymentArtefactsRequest> parser()
-
getParserForType
Parser<GetDeploymentArtefactsRequest> getParserForType()
-
getDefaultInstanceForType
GetDeploymentArtefactsRequest getDefaultInstanceForType()
-
-
-
-