Uses of Class
com.google.cloud.dataplex.v1.GetContentRequest.ContentView
-
Packages that use GetContentRequest.ContentView Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of GetContentRequest.ContentView in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return GetContentRequest.ContentView Modifier and Type Method Description static GetContentRequest.ContentView
GetContentRequest.ContentView. forNumber(int value)
GetContentRequest.ContentView
GetContentRequest.Builder. getView()
Optional.GetContentRequest.ContentView
GetContentRequest. getView()
Optional.GetContentRequest.ContentView
GetContentRequestOrBuilder. getView()
Optional.static GetContentRequest.ContentView
GetContentRequest.ContentView. valueOf(int value)
Deprecated.static GetContentRequest.ContentView
GetContentRequest.ContentView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static GetContentRequest.ContentView
GetContentRequest.ContentView. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetContentRequest.ContentView[]
GetContentRequest.ContentView. 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 GetContentRequest.ContentView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<GetContentRequest.ContentView>
GetContentRequest.ContentView. internalGetValueMap()
Methods in com.google.cloud.dataplex.v1 with parameters of type GetContentRequest.ContentView Modifier and Type Method Description GetContentRequest.Builder
GetContentRequest.Builder. setView(GetContentRequest.ContentView value)
Optional.
-