Class LookupEntryRequest (1.91.0) (original ) (raw )public final class LookupEntryRequest extends GeneratedMessage implements LookupEntryRequestOrBuilder Lookup Entry request using permissions in the source system.
Protobuf type google.cloud.dataplex.v1.LookupEntryRequest
Inherited Memberscom.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.emptyList(java.lang.Class)
com.google.protobuf.GeneratedMessage.serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields ASPECT_TYPES_FIELD_NUMBERpublic static final int ASPECT_TYPES_FIELD_NUMBER
Field Value
Type
Description
int
ENTRY_FIELD_NUMBERpublic static final int ENTRY_FIELD_NUMBER
Field Value
Type
Description
int
NAME_FIELD_NUMBERpublic static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
PATHS_FIELD_NUMBERpublic static final int PATHS_FIELD_NUMBER
Field Value
Type
Description
int
VIEW_FIELD_NUMBERpublic static final int VIEW_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods getDefaultInstance()public static LookupEntryRequest getDefaultInstance()
getDescriptor()public static final Descriptors.Descriptor getDescriptor()
newBuilder()public static LookupEntryRequest.Builder newBuilder()
newBuilder(LookupEntryRequest prototype)public static LookupEntryRequest.Builder newBuilder(LookupEntryRequest prototype)
public static LookupEntryRequest parseDelimitedFrom(InputStream input)
public static LookupEntryRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)public static LookupEntryRequest parseFrom(byte[] data)
Parameter
Name
Description
data
byte[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)public static LookupEntryRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)public static LookupEntryRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)public static LookupEntryRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LookupEntryRequest parseFrom(CodedInputStream input)
public static LookupEntryRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LookupEntryRequest parseFrom(InputStream input)
public static LookupEntryRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)public static LookupEntryRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)public static LookupEntryRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()public static Parser<LookupEntryRequest> parser()
Methods equals(Object obj)public boolean equals(Object obj)
Parameter
Name
Description
obj
Object
Overrides
getAspectTypes(int index)public String getAspectTypes(int index) Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view.
repeated string aspect_types = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int The index of the element to return.
Returns
Type
Description
String
The aspectTypes at the given index.
getAspectTypesBytes(int index)public ByteString getAspectTypesBytes(int index) Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view.
repeated string aspect_types = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the aspectTypes at the given index.
getAspectTypesCount()public int getAspectTypesCount() Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view.
repeated string aspect_types = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The count of aspectTypes.
getAspectTypesList()public ProtocolStringList getAspectTypesList() Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view.
repeated string aspect_types = 3 [(.google.api.field_behavior) = OPTIONAL];
getDefaultInstanceForType()public LookupEntryRequest getDefaultInstanceForType()
getEntry() Required. The resource name of the Entry:projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
string entry = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The entry.
getEntryBytes()public ByteString getEntryBytes() Required. The resource name of the Entry:projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
string entry = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for entry.
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];
Returns
Type
Description
String
The name.
getNameBytes()public ByteString getNameBytes() 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];
Returns
Type
Description
ByteString
The bytes for name.
getParserForType()public Parser<LookupEntryRequest> getParserForType()
Overrides
getPaths(int index)public String getPaths(int index) Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.
repeated string paths = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int The index of the element to return.
Returns
Type
Description
String
The paths at the given index.
getPathsBytes(int index)public ByteString getPathsBytes(int index) Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.
repeated string paths = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the paths at the given index.
getPathsCount()public int getPathsCount() Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.
repeated string paths = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The count of paths.
getPathsList()public ProtocolStringList getPathsList() Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.
repeated string paths = 4 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize()public int getSerializedSize()
Returns
Type
Description
int
Overrides
getView()public EntryView getView() Optional. View to control which parts of an entry the service should return.Please check the limitations on returned aspects in the Entry view documentation. Amount of returned aspects depends on the selected Entry View.
.google.cloud.dataplex.v1.EntryView view = 2 [(.google.api.field_behavior) = OPTIONAL];
getViewValue()public int getViewValue() Optional. View to control which parts of an entry the service should return.Please check the limitations on returned aspects in the Entry view documentation. Amount of returned aspects depends on the selected Entry View.
.google.cloud.dataplex.v1.EntryView view = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The enum numeric value on the wire for view.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()public final boolean isInitialized()
Overrides
newBuilderForType()public LookupEntryRequest.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)protected LookupEntryRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()public LookupEntryRequest.Builder toBuilder()
writeTo(CodedOutputStream output)public void writeTo(CodedOutputStream output)
Overrides