Interface CreateEntryRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateEntryRequest, CreateEntryRequest.Builder

@Generated public interface CreateEntryRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.
    boolean
    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

    • getParent

      String getParent()
       Required. The name of the entry group this entry is in. Example:
      
       * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
      
       Note that this Entry and its child resources may not actually be stored in
       the location in this name.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
       Required. The name of the entry group this entry is in. Example:
      
       * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
      
       Note that this Entry and its child resources may not actually be stored in
       the location in this name.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • getEntryId

      String getEntryId()
       Required. The id of the entry to create.
       
      string entry_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The entryId.
    • getEntryIdBytes

      com.google.protobuf.ByteString getEntryIdBytes()
       Required. The id of the entry to create.
       
      string entry_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for entryId.
    • hasEntry

      boolean hasEntry()
       Required. The entry to create.
       
      .google.cloud.datacatalog.v1beta1.Entry entry = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the entry field is set.
    • getEntry

      Entry getEntry()
       Required. The entry to create.
       
      .google.cloud.datacatalog.v1beta1.Entry entry = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The entry.
    • getEntryOrBuilder

      EntryOrBuilder getEntryOrBuilder()
       Required. The entry to create.
       
      .google.cloud.datacatalog.v1beta1.Entry entry = 2 [(.google.api.field_behavior) = REQUIRED];