public static final class AddContextChildrenRequest.Builder extends GeneratedMessageV3.Builder<AddContextChildrenRequest.Builder> implements AddContextChildrenRequestOrBuilderRequest message for MetadataService.AddContextChildren.
Protobuf type google.cloud.aiplatform.v1.AddContextChildrenRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AddContextChildrenRequest.BuilderImplements
AddContextChildrenRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllChildContexts(Iterable<String> values)
public AddContextChildrenRequest.Builder addAllChildContexts(Iterable<String> values)The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }
| Name | Description |
| values | Iterable<String>The childContexts to add. |
| Type | Description |
| AddContextChildrenRequest.Builder | This builder for chaining. |
addChildContexts(String value)
public AddContextChildrenRequest.Builder addChildContexts(String value)The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe childContexts to add. |
| Type | Description |
| AddContextChildrenRequest.Builder | This builder for chaining. |
addChildContextsBytes(ByteString value)
public AddContextChildrenRequest.Builder addChildContextsBytes(ByteString value)The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes of the childContexts to add. |
| Type | Description |
| AddContextChildrenRequest.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AddContextChildrenRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| AddContextChildrenRequest.Builder |
build()
public AddContextChildrenRequest build()| Type | Description |
| AddContextChildrenRequest |
buildPartial()
public AddContextChildrenRequest buildPartial()| Type | Description |
| AddContextChildrenRequest |
clear()
public AddContextChildrenRequest.Builder clear()| Type | Description |
| AddContextChildrenRequest.Builder |
clearChildContexts()
public AddContextChildrenRequest.Builder clearChildContexts()The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }
| Type | Description |
| AddContextChildrenRequest.Builder | This builder for chaining. |
clearContext()
public AddContextChildrenRequest.Builder clearContext() Required. The resource name of the parent Context.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
string context = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| AddContextChildrenRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public AddContextChildrenRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| AddContextChildrenRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AddContextChildrenRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| AddContextChildrenRequest.Builder |
clone()
public AddContextChildrenRequest.Builder clone()| Type | Description |
| AddContextChildrenRequest.Builder |
getChildContexts(int index)
public String getChildContexts(int index)The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The childContexts at the given index. |
getChildContextsBytes(int index)
public ByteString getChildContextsBytes(int index)The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the childContexts at the given index. |
getChildContextsCount()
public int getChildContextsCount()The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }
| Type | Description |
| int | The count of childContexts. |
getChildContextsList()
public ProtocolStringList getChildContextsList()The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ProtocolStringList | A list containing the childContexts. |
getContext()
public String getContext() Required. The resource name of the parent Context.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
string context = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The context. |
getContextBytes()
public ByteString getContextBytes() Required. The resource name of the parent Context.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
string context = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for context. |
getDefaultInstanceForType()
public AddContextChildrenRequest getDefaultInstanceForType()| Type | Description |
| AddContextChildrenRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(AddContextChildrenRequest other)
public AddContextChildrenRequest.Builder mergeFrom(AddContextChildrenRequest other)| Name | Description |
| other | AddContextChildrenRequest |
| Type | Description |
| AddContextChildrenRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AddContextChildrenRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| AddContextChildrenRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public AddContextChildrenRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| AddContextChildrenRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AddContextChildrenRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| AddContextChildrenRequest.Builder |
setChildContexts(int index, String value)
public AddContextChildrenRequest.Builder setChildContexts(int index, String value)The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe childContexts to set. |
| Type | Description |
| AddContextChildrenRequest.Builder | This builder for chaining. |
setContext(String value)
public AddContextChildrenRequest.Builder setContext(String value) Required. The resource name of the parent Context.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
string context = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe context to set. |
| Type | Description |
| AddContextChildrenRequest.Builder | This builder for chaining. |
setContextBytes(ByteString value)
public AddContextChildrenRequest.Builder setContextBytes(ByteString value) Required. The resource name of the parent Context.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
string context = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for context to set. |
| Type | Description |
| AddContextChildrenRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public AddContextChildrenRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| AddContextChildrenRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AddContextChildrenRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| AddContextChildrenRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AddContextChildrenRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| AddContextChildrenRequest.Builder |