Interface AddContextChildrenRequestOrBuilder (3.42.0)

public interface AddContextChildrenRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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) = { ... }

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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) = { ... }

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
ByteString

The bytes for context.