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

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

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

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

        public ValidateExclusivityRequest.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<ValidateExclusivityRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. The parent (project and location) where the Memberships will be
         created. Specified in the format `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ValidateExclusivityRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The parent (project and location) where the Memberships will be
         created. Specified in the format `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ValidateExclusivityRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ValidateExclusivityRequest.Builder setParent​(String value)
         Required. The parent (project and location) where the Memberships will be
         created. Specified in the format `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public ValidateExclusivityRequest.Builder clearParent()
         Required. The parent (project and location) where the Memberships will be
         created. Specified in the format `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ValidateExclusivityRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The parent (project and location) where the Memberships will be
         created. Specified in the format `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • getCrManifest

        public String getCrManifest()
         Optional. The YAML of the membership CR in the cluster. Empty if the
         membership CR does not exist.
         
        string cr_manifest = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCrManifest in interface ValidateExclusivityRequestOrBuilder
        Returns:
        The crManifest.
      • getCrManifestBytes

        public com.google.protobuf.ByteString getCrManifestBytes()
         Optional. The YAML of the membership CR in the cluster. Empty if the
         membership CR does not exist.
         
        string cr_manifest = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCrManifestBytes in interface ValidateExclusivityRequestOrBuilder
        Returns:
        The bytes for crManifest.
      • setCrManifest

        public ValidateExclusivityRequest.Builder setCrManifest​(String value)
         Optional. The YAML of the membership CR in the cluster. Empty if the
         membership CR does not exist.
         
        string cr_manifest = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The crManifest to set.
        Returns:
        This builder for chaining.
      • clearCrManifest

        public ValidateExclusivityRequest.Builder clearCrManifest()
         Optional. The YAML of the membership CR in the cluster. Empty if the
         membership CR does not exist.
         
        string cr_manifest = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setCrManifestBytes

        public ValidateExclusivityRequest.Builder setCrManifestBytes​(com.google.protobuf.ByteString value)
         Optional. The YAML of the membership CR in the cluster. Empty if the
         membership CR does not exist.
         
        string cr_manifest = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for crManifest to set.
        Returns:
        This builder for chaining.
      • getIntendedMembership

        public String getIntendedMembership()
         Required. The intended membership name under the `parent`. This method only
         does validation in anticipation of a CreateMembership call with the same
         name.
         
        string intended_membership = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getIntendedMembership in interface ValidateExclusivityRequestOrBuilder
        Returns:
        The intendedMembership.
      • getIntendedMembershipBytes

        public com.google.protobuf.ByteString getIntendedMembershipBytes()
         Required. The intended membership name under the `parent`. This method only
         does validation in anticipation of a CreateMembership call with the same
         name.
         
        string intended_membership = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getIntendedMembershipBytes in interface ValidateExclusivityRequestOrBuilder
        Returns:
        The bytes for intendedMembership.
      • setIntendedMembership

        public ValidateExclusivityRequest.Builder setIntendedMembership​(String value)
         Required. The intended membership name under the `parent`. This method only
         does validation in anticipation of a CreateMembership call with the same
         name.
         
        string intended_membership = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The intendedMembership to set.
        Returns:
        This builder for chaining.
      • clearIntendedMembership

        public ValidateExclusivityRequest.Builder clearIntendedMembership()
         Required. The intended membership name under the `parent`. This method only
         does validation in anticipation of a CreateMembership call with the same
         name.
         
        string intended_membership = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setIntendedMembershipBytes

        public ValidateExclusivityRequest.Builder setIntendedMembershipBytes​(com.google.protobuf.ByteString value)
         Required. The intended membership name under the `parent`. This method only
         does validation in anticipation of a CreateMembership call with the same
         name.
         
        string intended_membership = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for intendedMembership to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ValidateExclusivityRequest.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<ValidateExclusivityRequest.Builder>
      • mergeUnknownFields

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