Class CreateWorkloadRequest.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<CreateWorkloadRequest.Builder>
      • clear

        public CreateWorkloadRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<CreateWorkloadRequest.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<CreateWorkloadRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public CreateWorkloadRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<CreateWorkloadRequest.Builder>
      • clearField

        public CreateWorkloadRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateWorkloadRequest.Builder>
      • clearOneof

        public CreateWorkloadRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CreateWorkloadRequest.Builder>
      • setRepeatedField

        public CreateWorkloadRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              int index,
                                                              Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateWorkloadRequest.Builder>
      • addRepeatedField

        public CreateWorkloadRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateWorkloadRequest.Builder>
      • isInitialized

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

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

        public String getParent()
         Required. The resource name of the new Workload's parent.
         Must be of the form `organizations/{org_id}/locations/{location_id}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface CreateWorkloadRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The resource name of the new Workload's parent.
         Must be of the form `organizations/{org_id}/locations/{location_id}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface CreateWorkloadRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public CreateWorkloadRequest.Builder setParent​(String value)
         Required. The resource name of the new Workload's parent.
         Must be of the form `organizations/{org_id}/locations/{location_id}`.
         
        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 CreateWorkloadRequest.Builder clearParent()
         Required. The resource name of the new Workload's parent.
         Must be of the form `organizations/{org_id}/locations/{location_id}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public CreateWorkloadRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the new Workload's parent.
         Must be of the form `organizations/{org_id}/locations/{location_id}`.
         
        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.
      • hasWorkload

        public boolean hasWorkload()
         Required. Assured Workload to create
         
        .google.cloud.assuredworkloads.v1.Workload workload = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasWorkload in interface CreateWorkloadRequestOrBuilder
        Returns:
        Whether the workload field is set.
      • getWorkload

        public Workload getWorkload()
         Required. Assured Workload to create
         
        .google.cloud.assuredworkloads.v1.Workload workload = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getWorkload in interface CreateWorkloadRequestOrBuilder
        Returns:
        The workload.
      • setWorkload

        public CreateWorkloadRequest.Builder setWorkload​(Workload value)
         Required. Assured Workload to create
         
        .google.cloud.assuredworkloads.v1.Workload workload = 2 [(.google.api.field_behavior) = REQUIRED];
      • setWorkload

        public CreateWorkloadRequest.Builder setWorkload​(Workload.Builder builderForValue)
         Required. Assured Workload to create
         
        .google.cloud.assuredworkloads.v1.Workload workload = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeWorkload

        public CreateWorkloadRequest.Builder mergeWorkload​(Workload value)
         Required. Assured Workload to create
         
        .google.cloud.assuredworkloads.v1.Workload workload = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearWorkload

        public CreateWorkloadRequest.Builder clearWorkload()
         Required. Assured Workload to create
         
        .google.cloud.assuredworkloads.v1.Workload workload = 2 [(.google.api.field_behavior) = REQUIRED];
      • getWorkloadBuilder

        public Workload.Builder getWorkloadBuilder()
         Required. Assured Workload to create
         
        .google.cloud.assuredworkloads.v1.Workload workload = 2 [(.google.api.field_behavior) = REQUIRED];
      • getExternalId

        public String getExternalId()
         Optional. A identifier associated with the workload and underlying projects which
         allows for the break down of billing costs for a workload. The value
         provided for the identifier will add a label to the workload and contained
         projects with the identifier as the value.
         
        string external_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getExternalId in interface CreateWorkloadRequestOrBuilder
        Returns:
        The externalId.
      • getExternalIdBytes

        public com.google.protobuf.ByteString getExternalIdBytes()
         Optional. A identifier associated with the workload and underlying projects which
         allows for the break down of billing costs for a workload. The value
         provided for the identifier will add a label to the workload and contained
         projects with the identifier as the value.
         
        string external_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getExternalIdBytes in interface CreateWorkloadRequestOrBuilder
        Returns:
        The bytes for externalId.
      • setExternalId

        public CreateWorkloadRequest.Builder setExternalId​(String value)
         Optional. A identifier associated with the workload and underlying projects which
         allows for the break down of billing costs for a workload. The value
         provided for the identifier will add a label to the workload and contained
         projects with the identifier as the value.
         
        string external_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The externalId to set.
        Returns:
        This builder for chaining.
      • clearExternalId

        public CreateWorkloadRequest.Builder clearExternalId()
         Optional. A identifier associated with the workload and underlying projects which
         allows for the break down of billing costs for a workload. The value
         provided for the identifier will add a label to the workload and contained
         projects with the identifier as the value.
         
        string external_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setExternalIdBytes

        public CreateWorkloadRequest.Builder setExternalIdBytes​(com.google.protobuf.ByteString value)
         Optional. A identifier associated with the workload and underlying projects which
         allows for the break down of billing costs for a workload. The value
         provided for the identifier will add a label to the workload and contained
         projects with the identifier as the value.
         
        string external_id = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for externalId to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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