Uses of Class
com.google.cloud.privatecatalog.v1beta1.AssetReference
-
Packages that use AssetReference Package Description com.google.cloud.privatecatalog.v1beta1 A client to Cloud Private Catalog API -
-
Uses of AssetReference in com.google.cloud.privatecatalog.v1beta1
Methods in com.google.cloud.privatecatalog.v1beta1 that return AssetReference Modifier and Type Method Description AssetReference
AssetReference.Builder. build()
AssetReference
AssetReference.Builder. buildPartial()
AssetReference
Product.Builder. getAssetReferences(int index)
Output only.AssetReference
Product. getAssetReferences(int index)
Output only.AssetReference
ProductOrBuilder. getAssetReferences(int index)
Output only.static AssetReference
AssetReference. getDefaultInstance()
AssetReference
AssetReference.Builder. getDefaultInstanceForType()
AssetReference
AssetReference. getDefaultInstanceForType()
static AssetReference
AssetReference. parseDelimitedFrom(InputStream input)
static AssetReference
AssetReference. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetReference
AssetReference. parseFrom(byte[] data)
static AssetReference
AssetReference. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetReference
AssetReference. parseFrom(com.google.protobuf.ByteString data)
static AssetReference
AssetReference. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetReference
AssetReference. parseFrom(com.google.protobuf.CodedInputStream input)
static AssetReference
AssetReference. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetReference
AssetReference. parseFrom(InputStream input)
static AssetReference
AssetReference. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetReference
AssetReference. parseFrom(ByteBuffer data)
static AssetReference
AssetReference. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.privatecatalog.v1beta1 that return types with arguments of type AssetReference Modifier and Type Method Description List<AssetReference>
Product.Builder. getAssetReferencesList()
Output only.List<AssetReference>
Product. getAssetReferencesList()
Output only.List<AssetReference>
ProductOrBuilder. getAssetReferencesList()
Output only.com.google.protobuf.Parser<AssetReference>
AssetReference. getParserForType()
static com.google.protobuf.Parser<AssetReference>
AssetReference. parser()
Methods in com.google.cloud.privatecatalog.v1beta1 with parameters of type AssetReference Modifier and Type Method Description Product.Builder
Product.Builder. addAssetReferences(int index, AssetReference value)
Output only.Product.Builder
Product.Builder. addAssetReferences(AssetReference value)
Output only.AssetReference.Builder
AssetReference.Builder. mergeFrom(AssetReference other)
static AssetReference.Builder
AssetReference. newBuilder(AssetReference prototype)
Product.Builder
Product.Builder. setAssetReferences(int index, AssetReference value)
Output only.Method parameters in com.google.cloud.privatecatalog.v1beta1 with type arguments of type AssetReference Modifier and Type Method Description Product.Builder
Product.Builder. addAllAssetReferences(Iterable<? extends AssetReference> values)
Output only.
-