public static final class Protos.Credentials.Builder extends <any> implements Protos.CredentialsOrBuilder
Credentials used for framework authentication, HTTP authentication (where the common 'username' and 'password' are captured as 'principal' and 'secret' respectively), etc.Protobuf type
mesos.Credentials
Modifier and Type | Method and Description |
---|---|
Protos.Credentials.Builder |
addAllCredentials(java.lang.Iterable<? extends Protos.Credential> values)
repeated .mesos.Credential credentials = 1; |
Protos.Credentials.Builder |
addCredentials(int index,
Protos.Credential.Builder builderForValue)
repeated .mesos.Credential credentials = 1; |
Protos.Credentials.Builder |
addCredentials(int index,
Protos.Credential value)
repeated .mesos.Credential credentials = 1; |
Protos.Credentials.Builder |
addCredentials(Protos.Credential.Builder builderForValue)
repeated .mesos.Credential credentials = 1; |
Protos.Credentials.Builder |
addCredentials(Protos.Credential value)
repeated .mesos.Credential credentials = 1; |
Protos.Credential.Builder |
addCredentialsBuilder()
repeated .mesos.Credential credentials = 1; |
Protos.Credential.Builder |
addCredentialsBuilder(int index)
repeated .mesos.Credential credentials = 1; |
Protos.Credentials.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.Credentials |
build() |
Protos.Credentials |
buildPartial() |
Protos.Credentials.Builder |
clear() |
Protos.Credentials.Builder |
clearCredentials()
repeated .mesos.Credential credentials = 1; |
Protos.Credentials.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.Credentials.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.Credentials.Builder |
clone() |
Protos.Credential |
getCredentials(int index)
repeated .mesos.Credential credentials = 1; |
Protos.Credential.Builder |
getCredentialsBuilder(int index)
repeated .mesos.Credential credentials = 1; |
java.util.List<Protos.Credential.Builder> |
getCredentialsBuilderList()
repeated .mesos.Credential credentials = 1; |
int |
getCredentialsCount()
repeated .mesos.Credential credentials = 1; |
java.util.List<Protos.Credential> |
getCredentialsList()
repeated .mesos.Credential credentials = 1; |
Protos.CredentialOrBuilder |
getCredentialsOrBuilder(int index)
repeated .mesos.Credential credentials = 1; |
java.util.List<? extends Protos.CredentialOrBuilder> |
getCredentialsOrBuilderList()
repeated .mesos.Credential credentials = 1; |
Protos.Credentials |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.Credentials.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.Credentials.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.Credentials.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.Credentials.Builder |
removeCredentials(int index)
repeated .mesos.Credential credentials = 1; |
Protos.Credentials.Builder |
setCredentials(int index,
Protos.Credential.Builder builderForValue)
repeated .mesos.Credential credentials = 1; |
Protos.Credentials.Builder |
setCredentials(int index,
Protos.Credential value)
repeated .mesos.Credential credentials = 1; |
Protos.Credentials.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.Credentials.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.Credentials.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.Credentials.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.Credentials getDefaultInstanceForType()
public Protos.Credentials build()
public Protos.Credentials buildPartial()
public Protos.Credentials.Builder clone()
public Protos.Credentials.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.Credentials.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.Credentials.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.Credentials.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.Credentials.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.Credentials.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.Credentials.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public java.util.List<Protos.Credential> getCredentialsList()
repeated .mesos.Credential credentials = 1;
getCredentialsList
in interface Protos.CredentialsOrBuilder
public int getCredentialsCount()
repeated .mesos.Credential credentials = 1;
getCredentialsCount
in interface Protos.CredentialsOrBuilder
public Protos.Credential getCredentials(int index)
repeated .mesos.Credential credentials = 1;
getCredentials
in interface Protos.CredentialsOrBuilder
public Protos.Credentials.Builder setCredentials(int index, Protos.Credential value)
repeated .mesos.Credential credentials = 1;
public Protos.Credentials.Builder setCredentials(int index, Protos.Credential.Builder builderForValue)
repeated .mesos.Credential credentials = 1;
public Protos.Credentials.Builder addCredentials(Protos.Credential value)
repeated .mesos.Credential credentials = 1;
public Protos.Credentials.Builder addCredentials(int index, Protos.Credential value)
repeated .mesos.Credential credentials = 1;
public Protos.Credentials.Builder addCredentials(Protos.Credential.Builder builderForValue)
repeated .mesos.Credential credentials = 1;
public Protos.Credentials.Builder addCredentials(int index, Protos.Credential.Builder builderForValue)
repeated .mesos.Credential credentials = 1;
public Protos.Credentials.Builder addAllCredentials(java.lang.Iterable<? extends Protos.Credential> values)
repeated .mesos.Credential credentials = 1;
public Protos.Credentials.Builder clearCredentials()
repeated .mesos.Credential credentials = 1;
public Protos.Credentials.Builder removeCredentials(int index)
repeated .mesos.Credential credentials = 1;
public Protos.Credential.Builder getCredentialsBuilder(int index)
repeated .mesos.Credential credentials = 1;
public Protos.CredentialOrBuilder getCredentialsOrBuilder(int index)
repeated .mesos.Credential credentials = 1;
getCredentialsOrBuilder
in interface Protos.CredentialsOrBuilder
public java.util.List<? extends Protos.CredentialOrBuilder> getCredentialsOrBuilderList()
repeated .mesos.Credential credentials = 1;
getCredentialsOrBuilderList
in interface Protos.CredentialsOrBuilder
public Protos.Credential.Builder addCredentialsBuilder()
repeated .mesos.Credential credentials = 1;
public Protos.Credential.Builder addCredentialsBuilder(int index)
repeated .mesos.Credential credentials = 1;
public java.util.List<Protos.Credential.Builder> getCredentialsBuilderList()
repeated .mesos.Credential credentials = 1;
public final Protos.Credentials.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.Credentials.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)