Uses of Class
com.google.cloud.asset.v1.GcsDestination
-
Packages that use GcsDestination Package Description com.google.cloud.asset.v1 A client to Cloud Asset API -
-
Uses of GcsDestination in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return GcsDestination Modifier and Type Method Description GcsDestination
GcsDestination.Builder. build()
GcsDestination
GcsDestination.Builder. buildPartial()
static GcsDestination
GcsDestination. getDefaultInstance()
GcsDestination
GcsDestination.Builder. getDefaultInstanceForType()
GcsDestination
GcsDestination. getDefaultInstanceForType()
GcsDestination
OutputConfig.Builder. getGcsDestination()
Destination on Cloud Storage.GcsDestination
OutputConfig. getGcsDestination()
Destination on Cloud Storage.GcsDestination
OutputConfigOrBuilder. getGcsDestination()
Destination on Cloud Storage.static GcsDestination
GcsDestination. parseDelimitedFrom(InputStream input)
static GcsDestination
GcsDestination. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(byte[] data)
static GcsDestination
GcsDestination. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.ByteString data)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.CodedInputStream input)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(InputStream input)
static GcsDestination
GcsDestination. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(ByteBuffer data)
static GcsDestination
GcsDestination. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1 that return types with arguments of type GcsDestination Modifier and Type Method Description com.google.protobuf.Parser<GcsDestination>
GcsDestination. getParserForType()
static com.google.protobuf.Parser<GcsDestination>
GcsDestination. parser()
Methods in com.google.cloud.asset.v1 with parameters of type GcsDestination Modifier and Type Method Description GcsDestination.Builder
GcsDestination.Builder. mergeFrom(GcsDestination other)
OutputConfig.Builder
OutputConfig.Builder. mergeGcsDestination(GcsDestination value)
Destination on Cloud Storage.static GcsDestination.Builder
GcsDestination. newBuilder(GcsDestination prototype)
OutputConfig.Builder
OutputConfig.Builder. setGcsDestination(GcsDestination value)
Destination on Cloud Storage.
-