public interface AddContextChildrenRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChildContexts(int index)
public abstract 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 abstract 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 abstract 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 abstract List<String> getChildContextsList()The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }
| Type | Description |
| List<String> | A list containing the childContexts. |
getContext()
public abstract 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 abstract 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. |