Uses of Class
com.google.cloud.privatecatalog.v1beta1.Inputs
-
Packages that use Inputs Package Description com.google.cloud.privatecatalog.v1beta1 A client to Cloud Private Catalog API -
-
Uses of Inputs in com.google.cloud.privatecatalog.v1beta1
Methods in com.google.cloud.privatecatalog.v1beta1 that return Inputs Modifier and Type Method Description Inputs
Inputs.Builder. build()
Inputs
Inputs.Builder. buildPartial()
static Inputs
Inputs. getDefaultInstance()
Inputs
Inputs.Builder. getDefaultInstanceForType()
Inputs
Inputs. getDefaultInstanceForType()
Inputs
AssetReference.Builder. getInputs()
Output only.Inputs
AssetReference. getInputs()
Output only.Inputs
AssetReferenceOrBuilder. getInputs()
Output only.static Inputs
Inputs. parseDelimitedFrom(InputStream input)
static Inputs
Inputs. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Inputs
Inputs. parseFrom(byte[] data)
static Inputs
Inputs. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Inputs
Inputs. parseFrom(com.google.protobuf.ByteString data)
static Inputs
Inputs. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Inputs
Inputs. parseFrom(com.google.protobuf.CodedInputStream input)
static Inputs
Inputs. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Inputs
Inputs. parseFrom(InputStream input)
static Inputs
Inputs. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Inputs
Inputs. parseFrom(ByteBuffer data)
static Inputs
Inputs. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.privatecatalog.v1beta1 that return types with arguments of type Inputs Modifier and Type Method Description com.google.protobuf.Parser<Inputs>
Inputs. getParserForType()
static com.google.protobuf.Parser<Inputs>
Inputs. parser()
Methods in com.google.cloud.privatecatalog.v1beta1 with parameters of type Inputs Modifier and Type Method Description Inputs.Builder
Inputs.Builder. mergeFrom(Inputs other)
AssetReference.Builder
AssetReference.Builder. mergeInputs(Inputs value)
Output only.static Inputs.Builder
Inputs. newBuilder(Inputs prototype)
AssetReference.Builder
AssetReference.Builder. setInputs(Inputs value)
Output only.
-