com.google.cloud.dataplex.v1.EntrySourceOrBuilder 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 EntrySourceOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.dataplex.v1.EntrySource)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The name of the resource in the source system.
* The maximum size of the field is 4000 characters.
*
*
* string resource = 1;
*
* @return The resource.
*/
java.lang.String getResource();
/**
*
*
*
* The name of the resource in the source system.
* The maximum size of the field is 4000 characters.
*
*
* string resource = 1;
*
* @return The bytes for resource.
*/
com.google.protobuf.ByteString getResourceBytes();
/**
*
*
*
* The name of the source system.
* The maximum size of the field is 64 characters.
*
*
* string system = 2;
*
* @return The system.
*/
java.lang.String getSystem();
/**
*
*
*
* The name of the source system.
* The maximum size of the field is 64 characters.
*
*
* string system = 2;
*
* @return The bytes for system.
*/
com.google.protobuf.ByteString getSystemBytes();
/**
*
*
*
* The platform containing the source system.
* The maximum size of the field is 64 characters.
*
*
* string platform = 3;
*
* @return The platform.
*/
java.lang.String getPlatform();
/**
*
*
*
* The platform containing the source system.
* The maximum size of the field is 64 characters.
*
*
* string platform = 3;
*
* @return The bytes for platform.
*/
com.google.protobuf.ByteString getPlatformBytes();
/**
*
*
*
* User friendly display name.
* The maximum size of the field is 500 characters.
*
*
* string display_name = 5;
*
* @return The displayName.
*/
java.lang.String getDisplayName();
/**
*
*
*
* User friendly display name.
* The maximum size of the field is 500 characters.
*
*
* string display_name = 5;
*
* @return The bytes for displayName.
*/
com.google.protobuf.ByteString getDisplayNameBytes();
/**
*
*
*
* Description of the Entry.
* The maximum size of the field is 2000 characters.
*
*
* string description = 6;
*
* @return The description.
*/
java.lang.String getDescription();
/**
*
*
*
* Description of the Entry.
* The maximum size of the field is 2000 characters.
*
*
* string description = 6;
*
* @return The bytes for description.
*/
com.google.protobuf.ByteString getDescriptionBytes();
/**
*
*
*
* User-defined labels.
* The maximum size of keys and values is 128 characters each.
*
*
* map<string, string> labels = 7;
*/
int getLabelsCount();
/**
*
*
*
* User-defined labels.
* The maximum size of keys and values is 128 characters each.
*
*
* map<string, string> labels = 7;
*/
boolean containsLabels(java.lang.String key);
/** Use {@link #getLabelsMap()} instead. */
@java.lang.Deprecated
java.util.Map getLabels();
/**
*
*
*
* User-defined labels.
* The maximum size of keys and values is 128 characters each.
*
*
* map<string, string> labels = 7;
*/
java.util.Map getLabelsMap();
/**
*
*
*
* User-defined labels.
* The maximum size of keys and values is 128 characters each.
*
*
* map<string, string> labels = 7;
*/
/* nullable */
java.lang.String getLabelsOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
*
*
*
* User-defined labels.
* The maximum size of keys and values is 128 characters each.
*
*
* map<string, string> labels = 7;
*/
java.lang.String getLabelsOrThrow(java.lang.String key);
/**
*
*
*
* Immutable. The ancestors of the Entry in the source system.
*
*
*
* repeated .google.cloud.dataplex.v1.EntrySource.Ancestor ancestors = 9 [(.google.api.field_behavior) = IMMUTABLE];
*
*/
java.util.List getAncestorsList();
/**
*
*
*
* Immutable. The ancestors of the Entry in the source system.
*
*
*
* repeated .google.cloud.dataplex.v1.EntrySource.Ancestor ancestors = 9 [(.google.api.field_behavior) = IMMUTABLE];
*
*/
com.google.cloud.dataplex.v1.EntrySource.Ancestor getAncestors(int index);
/**
*
*
*
* Immutable. The ancestors of the Entry in the source system.
*
*
*
* repeated .google.cloud.dataplex.v1.EntrySource.Ancestor ancestors = 9 [(.google.api.field_behavior) = IMMUTABLE];
*
*/
int getAncestorsCount();
/**
*
*
*
* Immutable. The ancestors of the Entry in the source system.
*
*
*
* repeated .google.cloud.dataplex.v1.EntrySource.Ancestor ancestors = 9 [(.google.api.field_behavior) = IMMUTABLE];
*
*/
java.util.List extends com.google.cloud.dataplex.v1.EntrySource.AncestorOrBuilder>
getAncestorsOrBuilderList();
/**
*
*
*
* Immutable. The ancestors of the Entry in the source system.
*
*
*
* repeated .google.cloud.dataplex.v1.EntrySource.Ancestor ancestors = 9 [(.google.api.field_behavior) = IMMUTABLE];
*
*/
com.google.cloud.dataplex.v1.EntrySource.AncestorOrBuilder getAncestorsOrBuilder(int index);
/**
*
*
*
* The create time of the resource in the source system.
*
*
* .google.protobuf.Timestamp create_time = 10;
*
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
*
*
*
* The create time of the resource in the source system.
*
*
* .google.protobuf.Timestamp create_time = 10;
*
* @return The createTime.
*/
com.google.protobuf.Timestamp getCreateTime();
/**
*
*
*
* The create time of the resource in the source system.
*
*
* .google.protobuf.Timestamp create_time = 10;
*/
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
/**
*
*
*
* The update time of the resource in the source system.
*
*
* .google.protobuf.Timestamp update_time = 11;
*
* @return Whether the updateTime field is set.
*/
boolean hasUpdateTime();
/**
*
*
*
* The update time of the resource in the source system.
*
*
* .google.protobuf.Timestamp update_time = 11;
*
* @return The updateTime.
*/
com.google.protobuf.Timestamp getUpdateTime();
/**
*
*
*
* The update time of the resource in the source system.
*
*
* .google.protobuf.Timestamp update_time = 11;
*/
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder();
/**
*
*
*
* Output only. Location of the resource in the source system. Entry will be
* searchable by this location. By default, this should match the location of
* the EntryGroup containing this entry. A different value allows capturing
* source location for data external to GCP.
*
*
* string location = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The location.
*/
java.lang.String getLocation();
/**
*
*
*
* Output only. Location of the resource in the source system. Entry will be
* searchable by this location. By default, this should match the location of
* the EntryGroup containing this entry. A different value allows capturing
* source location for data external to GCP.
*
*
* string location = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for location.
*/
com.google.protobuf.ByteString getLocationBytes();
}