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 Type
    Method
    Description
    getChildContexts(int index)
    The resource names of the child Contexts.
    com.google.protobuf.ByteString
    The resource names of the child Contexts.
    int
    The resource names of the child Contexts.
    The resource names of the child Contexts.
    Required.
    com.google.protobuf.ByteString
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<String> 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

      String getChildContexts(int index)
       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.