Class AzureServicesAuthentication.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AzureServicesAuthentication.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AzureServicesAuthentication.Builder>
      • getDefaultInstanceForType

        public AzureServicesAuthentication getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public AzureServicesAuthentication build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public AzureServicesAuthentication buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AzureServicesAuthentication.Builder>
      • mergeFrom

        public AzureServicesAuthentication.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AzureServicesAuthentication.Builder>
        Throws:
        IOException
      • getTenantIdBytes

        public com.google.protobuf.ByteString getTenantIdBytes()
         Required. The Azure Active Directory Tenant ID.
         
        string tenant_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTenantIdBytes in interface AzureServicesAuthenticationOrBuilder
        Returns:
        The bytes for tenantId.
      • setTenantId

        public AzureServicesAuthentication.Builder setTenantId​(String value)
         Required. The Azure Active Directory Tenant ID.
         
        string tenant_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The tenantId to set.
        Returns:
        This builder for chaining.
      • clearTenantId

        public AzureServicesAuthentication.Builder clearTenantId()
         Required. The Azure Active Directory Tenant ID.
         
        string tenant_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setTenantIdBytes

        public AzureServicesAuthentication.Builder setTenantIdBytes​(com.google.protobuf.ByteString value)
         Required. The Azure Active Directory Tenant ID.
         
        string tenant_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for tenantId to set.
        Returns:
        This builder for chaining.
      • getApplicationIdBytes

        public com.google.protobuf.ByteString getApplicationIdBytes()
         Required. The Azure Active Directory Application ID.
         
        string application_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getApplicationIdBytes in interface AzureServicesAuthenticationOrBuilder
        Returns:
        The bytes for applicationId.
      • setApplicationId

        public AzureServicesAuthentication.Builder setApplicationId​(String value)
         Required. The Azure Active Directory Application ID.
         
        string application_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The applicationId to set.
        Returns:
        This builder for chaining.
      • clearApplicationId

        public AzureServicesAuthentication.Builder clearApplicationId()
         Required. The Azure Active Directory Application ID.
         
        string application_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setApplicationIdBytes

        public AzureServicesAuthentication.Builder setApplicationIdBytes​(com.google.protobuf.ByteString value)
         Required. The Azure Active Directory Application ID.
         
        string application_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for applicationId to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final AzureServicesAuthentication.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AzureServicesAuthentication.Builder>