public static final class Protos.Credentials extends com.google.protobuf.GeneratedMessageV3 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 | Class and Description |
---|---|
static class |
Protos.Credentials.Builder
Credentials used for framework authentication, HTTP authentication
(where the common 'username' and 'password' are captured as
'principal' and 'secret' respectively), etc.
|
Modifier and Type | Field and Description |
---|---|
static int |
CREDENTIALS_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Protos.Credential |
getCredentials(int index)
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; |
static Protos.Credentials |
getDefaultInstance() |
Protos.Credentials |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.Credentials.Builder |
newBuilder() |
static Protos.Credentials.Builder |
newBuilder(Protos.Credentials prototype) |
Protos.Credentials.Builder |
newBuilderForType() |
protected Protos.Credentials.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.Credentials |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.Credentials |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Credentials |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Credentials |
parseFrom(java.nio.ByteBuffer data) |
static Protos.Credentials |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Credentials |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.Credentials |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Credentials |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Credentials |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Credentials |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.Credentials.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int CREDENTIALS_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public java.util.List<Protos.Credential> getCredentialsList()
repeated .mesos.Credential credentials = 1;
getCredentialsList
in interface Protos.CredentialsOrBuilder
public java.util.List<? extends Protos.CredentialOrBuilder> getCredentialsOrBuilderList()
repeated .mesos.Credential credentials = 1;
getCredentialsOrBuilderList
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.CredentialOrBuilder getCredentialsOrBuilder(int index)
repeated .mesos.Credential credentials = 1;
getCredentialsOrBuilder
in interface Protos.CredentialsOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.Credentials parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Credentials parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Credentials parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Credentials parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Credentials parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Credentials parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Credentials parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Credentials parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Credentials parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Credentials parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.Credentials.Builder newBuilderForType()
public static Protos.Credentials.Builder newBuilder()
public static Protos.Credentials.Builder newBuilder(Protos.Credentials prototype)
public Protos.Credentials.Builder toBuilder()
protected Protos.Credentials.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.Credentials getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.Credentials getDefaultInstanceForType()