Class ShareSettingsProjectConfig.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<ShareSettingsProjectConfig.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<ShareSettingsProjectConfig.Builder>
      • getDefaultInstanceForType

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

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

        public ShareSettingsProjectConfig 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<ShareSettingsProjectConfig.Builder>
      • mergeFrom

        public ShareSettingsProjectConfig.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<ShareSettingsProjectConfig.Builder>
        Throws:
        IOException
      • hasProjectId

        public boolean hasProjectId()
         The project ID, should be same as the key of this project config in the parent map.
         
        optional string project_id = 177513473;
        Specified by:
        hasProjectId in interface ShareSettingsProjectConfigOrBuilder
        Returns:
        Whether the projectId field is set.
      • getProjectId

        public String getProjectId()
         The project ID, should be same as the key of this project config in the parent map.
         
        optional string project_id = 177513473;
        Specified by:
        getProjectId in interface ShareSettingsProjectConfigOrBuilder
        Returns:
        The projectId.
      • getProjectIdBytes

        public com.google.protobuf.ByteString getProjectIdBytes()
         The project ID, should be same as the key of this project config in the parent map.
         
        optional string project_id = 177513473;
        Specified by:
        getProjectIdBytes in interface ShareSettingsProjectConfigOrBuilder
        Returns:
        The bytes for projectId.
      • setProjectId

        public ShareSettingsProjectConfig.Builder setProjectId​(String value)
         The project ID, should be same as the key of this project config in the parent map.
         
        optional string project_id = 177513473;
        Parameters:
        value - The projectId to set.
        Returns:
        This builder for chaining.
      • clearProjectId

        public ShareSettingsProjectConfig.Builder clearProjectId()
         The project ID, should be same as the key of this project config in the parent map.
         
        optional string project_id = 177513473;
        Returns:
        This builder for chaining.
      • setProjectIdBytes

        public ShareSettingsProjectConfig.Builder setProjectIdBytes​(com.google.protobuf.ByteString value)
         The project ID, should be same as the key of this project config in the parent map.
         
        optional string project_id = 177513473;
        Parameters:
        value - The bytes for projectId to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

        public final ShareSettingsProjectConfig.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<ShareSettingsProjectConfig.Builder>