HubAuthentication.Builder |
HubAuthentication.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HubAuthentication.Builder |
HubAuthentication.Builder.clear() |
HubAuthentication.Builder |
HubAuthentication.Builder.clearApiKey()
optional string api_key = 1;
|
HubAuthentication.Builder |
HubAuthentication.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HubAuthentication.Builder |
HubAuthentication.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HubAuthentication.Builder |
HubAuthentication.Builder.clearSecretKey()
optional string secret_key = 2;
|
HubAuthentication.Builder |
HubAuthentication.Builder.clone() |
HubAuthentication.Builder |
HubAuthentication.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HubAuthentication.Builder |
HubAuthentication.Builder.mergeFrom(HubAuthentication other) |
HubAuthentication.Builder |
HubAuthentication.Builder.mergeFrom(com.google.protobuf.Message other) |
HubAuthentication.Builder |
HubAuthentication.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HubAuthentication.Builder |
HubAuthentication.newBuilder() |
static HubAuthentication.Builder |
HubAuthentication.newBuilder(HubAuthentication prototype) |
HubAuthentication.Builder |
HubAuthentication.newBuilderForType() |
protected HubAuthentication.Builder |
HubAuthentication.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HubAuthentication.Builder |
HubAuthentication.Builder.setApiKey(String value)
optional string api_key = 1;
|
HubAuthentication.Builder |
HubAuthentication.Builder.setApiKeyBytes(com.google.protobuf.ByteString value)
optional string api_key = 1;
|
HubAuthentication.Builder |
HubAuthentication.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HubAuthentication.Builder |
HubAuthentication.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HubAuthentication.Builder |
HubAuthentication.Builder.setSecretKey(String value)
optional string secret_key = 2;
|
HubAuthentication.Builder |
HubAuthentication.Builder.setSecretKeyBytes(com.google.protobuf.ByteString value)
optional string secret_key = 2;
|
HubAuthentication.Builder |
HubAuthentication.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HubAuthentication.Builder |
HubAuthentication.toBuilder() |