Package com.google.cloud.aiplatform.v1
Interface RemoveContextChildrenRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveContextChildrenRequest,RemoveContextChildrenRequest.Builder
@Generated
public interface RemoveContextChildrenRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChildContexts(int index) The resource names of the child Contexts.com.google.protobuf.ByteStringgetChildContextsBytes(int index) The resource names of the child Contexts.intThe resource names of the child Contexts.The resource names of the child Contexts.Required.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getContext
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:
- The context.
-
getContextBytes
com.google.protobuf.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:
- The bytes for context.
-
getChildContextsList
The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }- Returns:
- A list containing the childContexts.
-
getChildContextsCount
int getChildContextsCount()The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The count of childContexts.
-
getChildContexts
The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The childContexts at the given index.
-
getChildContextsBytes
com.google.protobuf.ByteString getChildContextsBytes(int index) The resource names of the child Contexts.
repeated string child_contexts = 2 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the childContexts at the given index.
-