Package com.google.cloud.gsuiteaddons.v1
Class Authorization.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
-
- com.google.cloud.gsuiteaddons.v1.Authorization.Builder
-
- All Implemented Interfaces:
AuthorizationOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- Authorization
public static final class Authorization.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder> implements AuthorizationOrBuilder
The authorization information used when invoking deployment endpoints.
Protobuf typegoogle.cloud.gsuiteaddons.v1.Authorization
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Authorization.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Authorization
build()
Authorization
buildPartial()
Authorization.Builder
clear()
Authorization.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Authorization.Builder
clearName()
The canonical full name of this resource.Authorization.Builder
clearOauthClientId()
The OAuth client ID used to obtain OAuth access tokens for a user on the add-on's behalf.Authorization.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Authorization.Builder
clearServiceAccountEmail()
The email address of the service account used to authenticate requests to add-on callback endpoints.Authorization.Builder
clone()
Authorization
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getName()
The canonical full name of this resource.com.google.protobuf.ByteString
getNameBytes()
The canonical full name of this resource.String
getOauthClientId()
The OAuth client ID used to obtain OAuth access tokens for a user on the add-on's behalf.com.google.protobuf.ByteString
getOauthClientIdBytes()
The OAuth client ID used to obtain OAuth access tokens for a user on the add-on's behalf.String
getServiceAccountEmail()
The email address of the service account used to authenticate requests to add-on callback endpoints.com.google.protobuf.ByteString
getServiceAccountEmailBytes()
The email address of the service account used to authenticate requests to add-on callback endpoints.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
Authorization.Builder
mergeFrom(Authorization other)
Authorization.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Authorization.Builder
mergeFrom(com.google.protobuf.Message other)
Authorization.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Authorization.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Authorization.Builder
setName(String value)
The canonical full name of this resource.Authorization.Builder
setNameBytes(com.google.protobuf.ByteString value)
The canonical full name of this resource.Authorization.Builder
setOauthClientId(String value)
The OAuth client ID used to obtain OAuth access tokens for a user on the add-on's behalf.Authorization.Builder
setOauthClientIdBytes(com.google.protobuf.ByteString value)
The OAuth client ID used to obtain OAuth access tokens for a user on the add-on's behalf.Authorization.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Authorization.Builder
setServiceAccountEmail(String value)
The email address of the service account used to authenticate requests to add-on callback endpoints.Authorization.Builder
setServiceAccountEmailBytes(com.google.protobuf.ByteString value)
The email address of the service account used to authenticate requests to add-on callback endpoints.Authorization.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
-
clear
public Authorization.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
-
getDefaultInstanceForType
public Authorization getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Authorization build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Authorization buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Authorization.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
-
setField
public Authorization.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
-
clearField
public Authorization.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
-
clearOneof
public Authorization.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
-
setRepeatedField
public Authorization.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
-
addRepeatedField
public Authorization.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
-
mergeFrom
public Authorization.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Authorization.Builder>
-
mergeFrom
public Authorization.Builder mergeFrom(Authorization other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
-
mergeFrom
public Authorization.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Authorization.Builder>
- Throws:
IOException
-
getName
public String getName()
The canonical full name of this resource. Example: `projects/123/authorization`
string name = 1;
- Specified by:
getName
in interfaceAuthorizationOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The canonical full name of this resource. Example: `projects/123/authorization`
string name = 1;
- Specified by:
getNameBytes
in interfaceAuthorizationOrBuilder
- Returns:
- The bytes for name.
-
setName
public Authorization.Builder setName(String value)
The canonical full name of this resource. Example: `projects/123/authorization`
string name = 1;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public Authorization.Builder clearName()
The canonical full name of this resource. Example: `projects/123/authorization`
string name = 1;
- Returns:
- This builder for chaining.
-
setNameBytes
public Authorization.Builder setNameBytes(com.google.protobuf.ByteString value)
The canonical full name of this resource. Example: `projects/123/authorization`
string name = 1;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getServiceAccountEmail
public String getServiceAccountEmail()
The email address of the service account used to authenticate requests to add-on callback endpoints.
string service_account_email = 2;
- Specified by:
getServiceAccountEmail
in interfaceAuthorizationOrBuilder
- Returns:
- The serviceAccountEmail.
-
getServiceAccountEmailBytes
public com.google.protobuf.ByteString getServiceAccountEmailBytes()
The email address of the service account used to authenticate requests to add-on callback endpoints.
string service_account_email = 2;
- Specified by:
getServiceAccountEmailBytes
in interfaceAuthorizationOrBuilder
- Returns:
- The bytes for serviceAccountEmail.
-
setServiceAccountEmail
public Authorization.Builder setServiceAccountEmail(String value)
The email address of the service account used to authenticate requests to add-on callback endpoints.
string service_account_email = 2;
- Parameters:
value
- The serviceAccountEmail to set.- Returns:
- This builder for chaining.
-
clearServiceAccountEmail
public Authorization.Builder clearServiceAccountEmail()
The email address of the service account used to authenticate requests to add-on callback endpoints.
string service_account_email = 2;
- Returns:
- This builder for chaining.
-
setServiceAccountEmailBytes
public Authorization.Builder setServiceAccountEmailBytes(com.google.protobuf.ByteString value)
The email address of the service account used to authenticate requests to add-on callback endpoints.
string service_account_email = 2;
- Parameters:
value
- The bytes for serviceAccountEmail to set.- Returns:
- This builder for chaining.
-
getOauthClientId
public String getOauthClientId()
The OAuth client ID used to obtain OAuth access tokens for a user on the add-on's behalf.
string oauth_client_id = 3;
- Specified by:
getOauthClientId
in interfaceAuthorizationOrBuilder
- Returns:
- The oauthClientId.
-
getOauthClientIdBytes
public com.google.protobuf.ByteString getOauthClientIdBytes()
The OAuth client ID used to obtain OAuth access tokens for a user on the add-on's behalf.
string oauth_client_id = 3;
- Specified by:
getOauthClientIdBytes
in interfaceAuthorizationOrBuilder
- Returns:
- The bytes for oauthClientId.
-
setOauthClientId
public Authorization.Builder setOauthClientId(String value)
The OAuth client ID used to obtain OAuth access tokens for a user on the add-on's behalf.
string oauth_client_id = 3;
- Parameters:
value
- The oauthClientId to set.- Returns:
- This builder for chaining.
-
clearOauthClientId
public Authorization.Builder clearOauthClientId()
The OAuth client ID used to obtain OAuth access tokens for a user on the add-on's behalf.
string oauth_client_id = 3;
- Returns:
- This builder for chaining.
-
setOauthClientIdBytes
public Authorization.Builder setOauthClientIdBytes(com.google.protobuf.ByteString value)
The OAuth client ID used to obtain OAuth access tokens for a user on the add-on's behalf.
string oauth_client_id = 3;
- Parameters:
value
- The bytes for oauthClientId to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Authorization.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
-
mergeUnknownFields
public final Authorization.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
-
-