Uses of Class
com.google.cloud.datafusion.v1beta1.NamespaceView
-
Packages that use NamespaceView Package Description com.google.cloud.datafusion.v1beta1 A client to Cloud Data Fusion API -
-
Uses of NamespaceView in com.google.cloud.datafusion.v1beta1
Methods in com.google.cloud.datafusion.v1beta1 that return NamespaceView Modifier and Type Method Description static NamespaceView
NamespaceView. forNumber(int value)
NamespaceView
ListNamespacesRequest.Builder. getView()
By default, only basic information about a namespace is returned (e.g.NamespaceView
ListNamespacesRequest. getView()
By default, only basic information about a namespace is returned (e.g.NamespaceView
ListNamespacesRequestOrBuilder. getView()
By default, only basic information about a namespace is returned (e.g.static NamespaceView
NamespaceView. valueOf(int value)
Deprecated.static NamespaceView
NamespaceView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NamespaceView
NamespaceView. valueOf(String name)
Returns the enum constant of this type with the specified name.static NamespaceView[]
NamespaceView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.datafusion.v1beta1 that return types with arguments of type NamespaceView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NamespaceView>
NamespaceView. internalGetValueMap()
Methods in com.google.cloud.datafusion.v1beta1 with parameters of type NamespaceView Modifier and Type Method Description ListNamespacesRequest.Builder
ListNamespacesRequest.Builder. setView(NamespaceView value)
By default, only basic information about a namespace is returned (e.g.
-