Uses of Class
com.google.cloud.dataplex.v1.GetEntityRequest.EntityView
-
Packages that use GetEntityRequest.EntityView Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of GetEntityRequest.EntityView in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return GetEntityRequest.EntityView Modifier and Type Method Description static GetEntityRequest.EntityView
GetEntityRequest.EntityView. forNumber(int value)
GetEntityRequest.EntityView
GetEntityRequest.Builder. getView()
Optional.GetEntityRequest.EntityView
GetEntityRequest. getView()
Optional.GetEntityRequest.EntityView
GetEntityRequestOrBuilder. getView()
Optional.static GetEntityRequest.EntityView
GetEntityRequest.EntityView. valueOf(int value)
Deprecated.static GetEntityRequest.EntityView
GetEntityRequest.EntityView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static GetEntityRequest.EntityView
GetEntityRequest.EntityView. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetEntityRequest.EntityView[]
GetEntityRequest.EntityView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type GetEntityRequest.EntityView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<GetEntityRequest.EntityView>
GetEntityRequest.EntityView. internalGetValueMap()
Methods in com.google.cloud.dataplex.v1 with parameters of type GetEntityRequest.EntityView Modifier and Type Method Description GetEntityRequest.Builder
GetEntityRequest.Builder. setView(GetEntityRequest.EntityView value)
Optional.
-