public final class AgentCreateRequest extends com.google.protobuf.GeneratedMessageV3 implements AgentCreateRequestOrBuilder
appscode.ci.v1beta1.AgentCreateRequest| Modifier and Type | Class and Description |
|---|---|
static class |
AgentCreateRequest.Builder
Protobuf type
appscode.ci.v1beta1.AgentCreateRequest |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CI_STARTER_VERSION_FIELD_NUMBER |
static int |
EXECUTORS_FIELD_NUMBER |
static int |
LABELS_FIELD_NUMBER |
static int |
PORTS_FIELD_NUMBER |
static int |
ROLE_FIELD_NUMBER |
static int |
SALTBASE_VERSION_FIELD_NUMBER |
static int |
SKU_FIELD_NUMBER |
static int |
USER_STARTUP_SCRIPT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCiStarterVersion()
optional string ci_starter_version = 6; |
com.google.protobuf.ByteString |
getCiStarterVersionBytes()
optional string ci_starter_version = 6; |
static AgentCreateRequest |
getDefaultInstance() |
AgentCreateRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getExecutors()
optional int32 executors = 2; |
java.lang.String |
getLabels()
optional string labels = 3; |
com.google.protobuf.ByteString |
getLabelsBytes()
optional string labels = 3; |
com.google.protobuf.Parser<AgentCreateRequest> |
getParserForType() |
PortInfo |
getPorts(int index)
repeated .appscode.ci.v1beta1.PortInfo ports = 7; |
int |
getPortsCount()
repeated .appscode.ci.v1beta1.PortInfo ports = 7; |
java.util.List<PortInfo> |
getPortsList()
repeated .appscode.ci.v1beta1.PortInfo ports = 7; |
PortInfoOrBuilder |
getPortsOrBuilder(int index)
repeated .appscode.ci.v1beta1.PortInfo ports = 7; |
java.util.List<? extends PortInfoOrBuilder> |
getPortsOrBuilderList()
repeated .appscode.ci.v1beta1.PortInfo ports = 7; |
java.lang.String |
getRole()
optional string role = 8; |
com.google.protobuf.ByteString |
getRoleBytes()
optional string role = 8; |
java.lang.String |
getSaltbaseVersion()
optional string saltbase_version = 5; |
com.google.protobuf.ByteString |
getSaltbaseVersionBytes()
optional string saltbase_version = 5; |
int |
getSerializedSize() |
java.lang.String |
getSku()
optional string sku = 1; |
com.google.protobuf.ByteString |
getSkuBytes()
optional string sku = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
java.lang.String |
getUserStartupScript()
optional string user_startup_script = 4; |
com.google.protobuf.ByteString |
getUserStartupScriptBytes()
optional string user_startup_script = 4; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AgentCreateRequest.Builder |
newBuilder() |
static AgentCreateRequest.Builder |
newBuilder(AgentCreateRequest prototype) |
AgentCreateRequest.Builder |
newBuilderForType() |
protected AgentCreateRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static AgentCreateRequest |
parseDelimitedFrom(java.io.InputStream input) |
static AgentCreateRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentCreateRequest |
parseFrom(byte[] data) |
static AgentCreateRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentCreateRequest |
parseFrom(com.google.protobuf.ByteString data) |
static AgentCreateRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentCreateRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AgentCreateRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentCreateRequest |
parseFrom(java.io.InputStream input) |
static AgentCreateRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AgentCreateRequest> |
parser() |
AgentCreateRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SKU_FIELD_NUMBER
public static final int EXECUTORS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
public static final int USER_STARTUP_SCRIPT_FIELD_NUMBER
public static final int SALTBASE_VERSION_FIELD_NUMBER
public static final int CI_STARTER_VERSION_FIELD_NUMBER
public static final int PORTS_FIELD_NUMBER
public static final int ROLE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getSku()
optional string sku = 1;getSku in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getSkuBytes()
optional string sku = 1;getSkuBytes in interface AgentCreateRequestOrBuilderpublic int getExecutors()
optional int32 executors = 2;getExecutors in interface AgentCreateRequestOrBuilderpublic java.lang.String getLabels()
optional string labels = 3;getLabels in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getLabelsBytes()
optional string labels = 3;getLabelsBytes in interface AgentCreateRequestOrBuilderpublic java.lang.String getUserStartupScript()
optional string user_startup_script = 4;getUserStartupScript in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getUserStartupScriptBytes()
optional string user_startup_script = 4;getUserStartupScriptBytes in interface AgentCreateRequestOrBuilderpublic java.lang.String getSaltbaseVersion()
optional string saltbase_version = 5;getSaltbaseVersion in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getSaltbaseVersionBytes()
optional string saltbase_version = 5;getSaltbaseVersionBytes in interface AgentCreateRequestOrBuilderpublic java.lang.String getCiStarterVersion()
optional string ci_starter_version = 6;getCiStarterVersion in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getCiStarterVersionBytes()
optional string ci_starter_version = 6;getCiStarterVersionBytes in interface AgentCreateRequestOrBuilderpublic java.util.List<PortInfo> getPortsList()
repeated .appscode.ci.v1beta1.PortInfo ports = 7;getPortsList in interface AgentCreateRequestOrBuilderpublic java.util.List<? extends PortInfoOrBuilder> getPortsOrBuilderList()
repeated .appscode.ci.v1beta1.PortInfo ports = 7;getPortsOrBuilderList in interface AgentCreateRequestOrBuilderpublic int getPortsCount()
repeated .appscode.ci.v1beta1.PortInfo ports = 7;getPortsCount in interface AgentCreateRequestOrBuilderpublic PortInfo getPorts(int index)
repeated .appscode.ci.v1beta1.PortInfo ports = 7;getPorts in interface AgentCreateRequestOrBuilderpublic PortInfoOrBuilder getPortsOrBuilder(int index)
repeated .appscode.ci.v1beta1.PortInfo ports = 7;getPortsOrBuilder in interface AgentCreateRequestOrBuilderpublic java.lang.String getRole()
optional string role = 8;getRole in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getRoleBytes()
optional string role = 8;getRoleBytes in interface AgentCreateRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AgentCreateRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AgentCreateRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AgentCreateRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AgentCreateRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AgentCreateRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AgentCreateRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AgentCreateRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AgentCreateRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AgentCreateRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AgentCreateRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic AgentCreateRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AgentCreateRequest.Builder newBuilder()
public static AgentCreateRequest.Builder newBuilder(AgentCreateRequest prototype)
public AgentCreateRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AgentCreateRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AgentCreateRequest getDefaultInstance()
public static com.google.protobuf.Parser<AgentCreateRequest> parser()
public com.google.protobuf.Parser<AgentCreateRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AgentCreateRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder