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

com.google.cloud.dataplex.v1.SearchEntriesRequestOrBuilder 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.4
package com.google.cloud.dataplex.v1;

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

  /**
   *
   *
   * 
   * Required. The project to which the request should be attributed in the
   * following form: `projects/{project}/locations/{location}`.
   * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The name. */ java.lang.String getName(); /** * * *
   * Required. The project to which the request should be attributed in the
   * following form: `projects/{project}/locations/{location}`.
   * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Required. The query against which entries in scope should be matched.
   * 
* * string query = 2 [(.google.api.field_behavior) = REQUIRED]; * * @return The query. */ java.lang.String getQuery(); /** * * *
   * Required. The query against which entries in scope should be matched.
   * 
* * string query = 2 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for query. */ com.google.protobuf.ByteString getQueryBytes(); /** * * *
   * Optional. Pagination.
   * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The pageSize. */ int getPageSize(); /** * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @return The pageToken. */ java.lang.String getPageToken(); /** * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for pageToken. */ com.google.protobuf.ByteString getPageTokenBytes(); /** * * *
   * Optional. Ordering of the results. Supported options to be added later.
   * 
* * string order_by = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The orderBy. */ java.lang.String getOrderBy(); /** * * *
   * Optional. Ordering of the results. Supported options to be added later.
   * 
* * string order_by = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for orderBy. */ com.google.protobuf.ByteString getOrderByBytes(); /** * * *
   * Optional. The scope under which the search should be operating. Should
   * either be organizations/<org_id> or projects/<project_ref>. If left
   * unspecified, it will default to the organization where the project provided
   * in `name` is located.
   * 
* * string scope = 7 [(.google.api.field_behavior) = OPTIONAL]; * * @return The scope. */ java.lang.String getScope(); /** * * *
   * Optional. The scope under which the search should be operating. Should
   * either be organizations/<org_id> or projects/<project_ref>. If left
   * unspecified, it will default to the organization where the project provided
   * in `name` is located.
   * 
* * string scope = 7 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for scope. */ com.google.protobuf.ByteString getScopeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy