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

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

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

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

        public ValidateExclusivityResponse.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<ValidateExclusivityResponse.Builder>
        Throws:
        IOException
      • hasStatus

        public boolean hasStatus()
         The validation result.
        
         * `OK` means that exclusivity is validated, assuming the manifest produced
            by GenerateExclusivityManifest is successfully applied.
         * `ALREADY_EXISTS` means that the Membership CRD is already owned by
            another Hub. See `status.message` for more information.
         
        .google.rpc.Status status = 1;
        Specified by:
        hasStatus in interface ValidateExclusivityResponseOrBuilder
        Returns:
        Whether the status field is set.
      • getStatus

        public com.google.rpc.Status getStatus()
         The validation result.
        
         * `OK` means that exclusivity is validated, assuming the manifest produced
            by GenerateExclusivityManifest is successfully applied.
         * `ALREADY_EXISTS` means that the Membership CRD is already owned by
            another Hub. See `status.message` for more information.
         
        .google.rpc.Status status = 1;
        Specified by:
        getStatus in interface ValidateExclusivityResponseOrBuilder
        Returns:
        The status.
      • setStatus

        public ValidateExclusivityResponse.Builder setStatus​(com.google.rpc.Status value)
         The validation result.
        
         * `OK` means that exclusivity is validated, assuming the manifest produced
            by GenerateExclusivityManifest is successfully applied.
         * `ALREADY_EXISTS` means that the Membership CRD is already owned by
            another Hub. See `status.message` for more information.
         
        .google.rpc.Status status = 1;
      • setStatus

        public ValidateExclusivityResponse.Builder setStatus​(com.google.rpc.Status.Builder builderForValue)
         The validation result.
        
         * `OK` means that exclusivity is validated, assuming the manifest produced
            by GenerateExclusivityManifest is successfully applied.
         * `ALREADY_EXISTS` means that the Membership CRD is already owned by
            another Hub. See `status.message` for more information.
         
        .google.rpc.Status status = 1;
      • mergeStatus

        public ValidateExclusivityResponse.Builder mergeStatus​(com.google.rpc.Status value)
         The validation result.
        
         * `OK` means that exclusivity is validated, assuming the manifest produced
            by GenerateExclusivityManifest is successfully applied.
         * `ALREADY_EXISTS` means that the Membership CRD is already owned by
            another Hub. See `status.message` for more information.
         
        .google.rpc.Status status = 1;
      • clearStatus

        public ValidateExclusivityResponse.Builder clearStatus()
         The validation result.
        
         * `OK` means that exclusivity is validated, assuming the manifest produced
            by GenerateExclusivityManifest is successfully applied.
         * `ALREADY_EXISTS` means that the Membership CRD is already owned by
            another Hub. See `status.message` for more information.
         
        .google.rpc.Status status = 1;
      • getStatusBuilder

        public com.google.rpc.Status.Builder getStatusBuilder()
         The validation result.
        
         * `OK` means that exclusivity is validated, assuming the manifest produced
            by GenerateExclusivityManifest is successfully applied.
         * `ALREADY_EXISTS` means that the Membership CRD is already owned by
            another Hub. See `status.message` for more information.
         
        .google.rpc.Status status = 1;
      • getStatusOrBuilder

        public com.google.rpc.StatusOrBuilder getStatusOrBuilder()
         The validation result.
        
         * `OK` means that exclusivity is validated, assuming the manifest produced
            by GenerateExclusivityManifest is successfully applied.
         * `ALREADY_EXISTS` means that the Membership CRD is already owned by
            another Hub. See `status.message` for more information.
         
        .google.rpc.Status status = 1;
        Specified by:
        getStatusOrBuilder in interface ValidateExclusivityResponseOrBuilder
      • mergeUnknownFields

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