All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dataplex.v1.CreateEntryRequestOrBuilder Maven / Gradle / Ivy

/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dataplex/v1/catalog.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.dataplex.v1;

public interface CreateEntryRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dataplex.v1.CreateEntryRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. The resource name of the parent Entry Group:
   * `projects/{project}/locations/{location}/entryGroups/{entry_group}`.
   * 
* * * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * * * @return The parent. */ java.lang.String getParent(); /** * * *
   * Required. The resource name of the parent Entry Group:
   * `projects/{project}/locations/{location}/entryGroups/{entry_group}`.
   * 
* * * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * * * @return The bytes for parent. */ com.google.protobuf.ByteString getParentBytes(); /** * * *
   * Required. Entry identifier. It has to be unique within an Entry Group.
   *
   * Entries corresponding to Google Cloud resources use Entry ID format based
   * on Full Resource Names
   * (https://cloud.google.com/apis/design/resource_names#full_resource_name).
   * The format is a Full Resource Name of the resource without the
   * prefix double slashes in the API Service Name part of Full Resource Name.
   * This allows retrieval of entries using their associated resource name.
   *
   * For example if the Full Resource Name of a resource is
   * `//library.googleapis.com/shelves/shelf1/books/book2`,
   * then the suggested entry_id is
   * `library.googleapis.com/shelves/shelf1/books/book2`.
   *
   * It is also suggested to follow the same convention for entries
   * corresponding to resources from other providers or systems than Google
   * Cloud.
   *
   * The maximum size of the field is 4000 characters.
   * 
* * string entry_id = 2 [(.google.api.field_behavior) = REQUIRED]; * * @return The entryId. */ java.lang.String getEntryId(); /** * * *
   * Required. Entry identifier. It has to be unique within an Entry Group.
   *
   * Entries corresponding to Google Cloud resources use Entry ID format based
   * on Full Resource Names
   * (https://cloud.google.com/apis/design/resource_names#full_resource_name).
   * The format is a Full Resource Name of the resource without the
   * prefix double slashes in the API Service Name part of Full Resource Name.
   * This allows retrieval of entries using their associated resource name.
   *
   * For example if the Full Resource Name of a resource is
   * `//library.googleapis.com/shelves/shelf1/books/book2`,
   * then the suggested entry_id is
   * `library.googleapis.com/shelves/shelf1/books/book2`.
   *
   * It is also suggested to follow the same convention for entries
   * corresponding to resources from other providers or systems than Google
   * Cloud.
   *
   * The maximum size of the field is 4000 characters.
   * 
* * string entry_id = 2 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for entryId. */ com.google.protobuf.ByteString getEntryIdBytes(); /** * * *
   * Required. Entry resource.
   * 
* * .google.cloud.dataplex.v1.Entry entry = 3 [(.google.api.field_behavior) = REQUIRED]; * * * @return Whether the entry field is set. */ boolean hasEntry(); /** * * *
   * Required. Entry resource.
   * 
* * .google.cloud.dataplex.v1.Entry entry = 3 [(.google.api.field_behavior) = REQUIRED]; * * * @return The entry. */ com.google.cloud.dataplex.v1.Entry getEntry(); /** * * *
   * Required. Entry resource.
   * 
* * .google.cloud.dataplex.v1.Entry entry = 3 [(.google.api.field_behavior) = REQUIRED]; * */ com.google.cloud.dataplex.v1.EntryOrBuilder getEntryOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy