public static final class AgentCreateRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AgentCreateRequest.Builder> implements AgentCreateRequestOrBuilder
appscode.ci.v1beta1.AgentCreateRequest| Modifier and Type | Method and Description |
|---|---|
AgentCreateRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
AgentCreateRequest |
build() |
AgentCreateRequest |
buildPartial() |
AgentCreateRequest.Builder |
clear() |
AgentCreateRequest.Builder |
clearCaCert()
optional string ca_cert = 10; |
AgentCreateRequest.Builder |
clearExternalIp()
optional string external_ip = 3; |
AgentCreateRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AgentCreateRequest.Builder |
clearGitSshPublicKey()
optional string git_ssh_public_key = 8; |
AgentCreateRequest.Builder |
clearInternalIp()
optional string internal_ip = 4; |
AgentCreateRequest.Builder |
clearJenkinsJnlpPort()
optional int32 jenkins_jnlp_port = 7; |
AgentCreateRequest.Builder |
clearJenkinsUrl()
optional string jenkins_url = 9; |
AgentCreateRequest.Builder |
clearName()
optional string name = 1; |
AgentCreateRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AgentCreateRequest.Builder |
clearRole()
optional string role = 2; |
AgentCreateRequest.Builder |
clearSshPort()
optional int32 ssh_port = 6; |
AgentCreateRequest.Builder |
clearSshUser()
optional string ssh_user = 5; |
AgentCreateRequest.Builder |
clone() |
java.lang.String |
getCaCert()
optional string ca_cert = 10; |
com.google.protobuf.ByteString |
getCaCertBytes()
optional string ca_cert = 10; |
AgentCreateRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getExternalIp()
optional string external_ip = 3; |
com.google.protobuf.ByteString |
getExternalIpBytes()
optional string external_ip = 3; |
java.lang.String |
getGitSshPublicKey()
optional string git_ssh_public_key = 8; |
com.google.protobuf.ByteString |
getGitSshPublicKeyBytes()
optional string git_ssh_public_key = 8; |
java.lang.String |
getInternalIp()
optional string internal_ip = 4; |
com.google.protobuf.ByteString |
getInternalIpBytes()
optional string internal_ip = 4; |
int |
getJenkinsJnlpPort()
optional int32 jenkins_jnlp_port = 7; |
java.lang.String |
getJenkinsUrl()
optional string jenkins_url = 9; |
com.google.protobuf.ByteString |
getJenkinsUrlBytes()
optional string jenkins_url = 9; |
java.lang.String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
java.lang.String |
getRole()
optional string role = 2; |
com.google.protobuf.ByteString |
getRoleBytes()
optional string role = 2; |
int |
getSshPort()
optional int32 ssh_port = 6; |
java.lang.String |
getSshUser()
optional string ssh_user = 5; |
com.google.protobuf.ByteString |
getSshUserBytes()
optional string ssh_user = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AgentCreateRequest.Builder |
mergeFrom(AgentCreateRequest other) |
AgentCreateRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AgentCreateRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
AgentCreateRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AgentCreateRequest.Builder |
setCaCert(java.lang.String value)
optional string ca_cert = 10; |
AgentCreateRequest.Builder |
setCaCertBytes(com.google.protobuf.ByteString value)
optional string ca_cert = 10; |
AgentCreateRequest.Builder |
setExternalIp(java.lang.String value)
optional string external_ip = 3; |
AgentCreateRequest.Builder |
setExternalIpBytes(com.google.protobuf.ByteString value)
optional string external_ip = 3; |
AgentCreateRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
AgentCreateRequest.Builder |
setGitSshPublicKey(java.lang.String value)
optional string git_ssh_public_key = 8; |
AgentCreateRequest.Builder |
setGitSshPublicKeyBytes(com.google.protobuf.ByteString value)
optional string git_ssh_public_key = 8; |
AgentCreateRequest.Builder |
setInternalIp(java.lang.String value)
optional string internal_ip = 4; |
AgentCreateRequest.Builder |
setInternalIpBytes(com.google.protobuf.ByteString value)
optional string internal_ip = 4; |
AgentCreateRequest.Builder |
setJenkinsJnlpPort(int value)
optional int32 jenkins_jnlp_port = 7; |
AgentCreateRequest.Builder |
setJenkinsUrl(java.lang.String value)
optional string jenkins_url = 9; |
AgentCreateRequest.Builder |
setJenkinsUrlBytes(com.google.protobuf.ByteString value)
optional string jenkins_url = 9; |
AgentCreateRequest.Builder |
setName(java.lang.String value)
optional string name = 1; |
AgentCreateRequest.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1; |
AgentCreateRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
AgentCreateRequest.Builder |
setRole(java.lang.String value)
optional string role = 2; |
AgentCreateRequest.Builder |
setRoleBytes(com.google.protobuf.ByteString value)
optional string role = 2; |
AgentCreateRequest.Builder |
setSshPort(int value)
optional int32 ssh_port = 6; |
AgentCreateRequest.Builder |
setSshUser(java.lang.String value)
optional string ssh_user = 5; |
AgentCreateRequest.Builder |
setSshUserBytes(com.google.protobuf.ByteString value)
optional string ssh_user = 5; |
AgentCreateRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AgentCreateRequest.Builder>public AgentCreateRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AgentCreateRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AgentCreateRequest.Builder>public AgentCreateRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AgentCreateRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AgentCreateRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AgentCreateRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AgentCreateRequest.Builder>public AgentCreateRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AgentCreateRequest.Builder>public AgentCreateRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AgentCreateRequest.Builder>public AgentCreateRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AgentCreateRequest.Builder>public AgentCreateRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AgentCreateRequest.Builder>public AgentCreateRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AgentCreateRequest.Builder>public AgentCreateRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AgentCreateRequest.Builder>public AgentCreateRequest.Builder mergeFrom(AgentCreateRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AgentCreateRequest.Builder>public AgentCreateRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AgentCreateRequest.Builder>java.io.IOExceptionpublic java.lang.String getName()
optional string name = 1;getName in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface AgentCreateRequestOrBuilderpublic AgentCreateRequest.Builder setName(java.lang.String value)
optional string name = 1;public AgentCreateRequest.Builder clearName()
optional string name = 1;public AgentCreateRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;public java.lang.String getRole()
optional string role = 2;getRole in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getRoleBytes()
optional string role = 2;getRoleBytes in interface AgentCreateRequestOrBuilderpublic AgentCreateRequest.Builder setRole(java.lang.String value)
optional string role = 2;public AgentCreateRequest.Builder clearRole()
optional string role = 2;public AgentCreateRequest.Builder setRoleBytes(com.google.protobuf.ByteString value)
optional string role = 2;public java.lang.String getExternalIp()
optional string external_ip = 3;getExternalIp in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getExternalIpBytes()
optional string external_ip = 3;getExternalIpBytes in interface AgentCreateRequestOrBuilderpublic AgentCreateRequest.Builder setExternalIp(java.lang.String value)
optional string external_ip = 3;public AgentCreateRequest.Builder clearExternalIp()
optional string external_ip = 3;public AgentCreateRequest.Builder setExternalIpBytes(com.google.protobuf.ByteString value)
optional string external_ip = 3;public java.lang.String getInternalIp()
optional string internal_ip = 4;getInternalIp in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getInternalIpBytes()
optional string internal_ip = 4;getInternalIpBytes in interface AgentCreateRequestOrBuilderpublic AgentCreateRequest.Builder setInternalIp(java.lang.String value)
optional string internal_ip = 4;public AgentCreateRequest.Builder clearInternalIp()
optional string internal_ip = 4;public AgentCreateRequest.Builder setInternalIpBytes(com.google.protobuf.ByteString value)
optional string internal_ip = 4;public java.lang.String getSshUser()
optional string ssh_user = 5;getSshUser in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getSshUserBytes()
optional string ssh_user = 5;getSshUserBytes in interface AgentCreateRequestOrBuilderpublic AgentCreateRequest.Builder setSshUser(java.lang.String value)
optional string ssh_user = 5;public AgentCreateRequest.Builder clearSshUser()
optional string ssh_user = 5;public AgentCreateRequest.Builder setSshUserBytes(com.google.protobuf.ByteString value)
optional string ssh_user = 5;public int getSshPort()
optional int32 ssh_port = 6;getSshPort in interface AgentCreateRequestOrBuilderpublic AgentCreateRequest.Builder setSshPort(int value)
optional int32 ssh_port = 6;public AgentCreateRequest.Builder clearSshPort()
optional int32 ssh_port = 6;public int getJenkinsJnlpPort()
optional int32 jenkins_jnlp_port = 7;getJenkinsJnlpPort in interface AgentCreateRequestOrBuilderpublic AgentCreateRequest.Builder setJenkinsJnlpPort(int value)
optional int32 jenkins_jnlp_port = 7;public AgentCreateRequest.Builder clearJenkinsJnlpPort()
optional int32 jenkins_jnlp_port = 7;public java.lang.String getGitSshPublicKey()
optional string git_ssh_public_key = 8;getGitSshPublicKey in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getGitSshPublicKeyBytes()
optional string git_ssh_public_key = 8;getGitSshPublicKeyBytes in interface AgentCreateRequestOrBuilderpublic AgentCreateRequest.Builder setGitSshPublicKey(java.lang.String value)
optional string git_ssh_public_key = 8;public AgentCreateRequest.Builder clearGitSshPublicKey()
optional string git_ssh_public_key = 8;public AgentCreateRequest.Builder setGitSshPublicKeyBytes(com.google.protobuf.ByteString value)
optional string git_ssh_public_key = 8;public java.lang.String getJenkinsUrl()
optional string jenkins_url = 9;getJenkinsUrl in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getJenkinsUrlBytes()
optional string jenkins_url = 9;getJenkinsUrlBytes in interface AgentCreateRequestOrBuilderpublic AgentCreateRequest.Builder setJenkinsUrl(java.lang.String value)
optional string jenkins_url = 9;public AgentCreateRequest.Builder clearJenkinsUrl()
optional string jenkins_url = 9;public AgentCreateRequest.Builder setJenkinsUrlBytes(com.google.protobuf.ByteString value)
optional string jenkins_url = 9;public java.lang.String getCaCert()
optional string ca_cert = 10;getCaCert in interface AgentCreateRequestOrBuilderpublic com.google.protobuf.ByteString getCaCertBytes()
optional string ca_cert = 10;getCaCertBytes in interface AgentCreateRequestOrBuilderpublic AgentCreateRequest.Builder setCaCert(java.lang.String value)
optional string ca_cert = 10;public AgentCreateRequest.Builder clearCaCert()
optional string ca_cert = 10;public AgentCreateRequest.Builder setCaCertBytes(com.google.protobuf.ByteString value)
optional string ca_cert = 10;public final AgentCreateRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AgentCreateRequest.Builder>public final AgentCreateRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AgentCreateRequest.Builder>