Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
GcsDestination |
GcsDestination.Builder.build() |
GcsDestination |
GcsDestination.Builder.buildPartial() |
static GcsDestination |
GcsDestination.getDefaultInstance() |
GcsDestination |
GcsDestination.getDefaultInstanceForType() |
GcsDestination |
GcsDestination.Builder.getDefaultInstanceForType() |
GcsDestination |
OutputConfigOrBuilder.getGcsDestination()
Destination on Cloud Storage.
|
GcsDestination |
OutputConfig.getGcsDestination()
Destination on Cloud Storage.
|
GcsDestination |
OutputConfig.Builder.getGcsDestination()
Destination on Cloud Storage.
|
static GcsDestination |
GcsDestination.parseDelimitedFrom(InputStream input) |
static GcsDestination |
GcsDestination.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(byte[] data) |
static GcsDestination |
GcsDestination.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(ByteBuffer data) |
static GcsDestination |
GcsDestination.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(ByteString data) |
static GcsDestination |
GcsDestination.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(CodedInputStream input) |
static GcsDestination |
GcsDestination.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(InputStream input) |
static GcsDestination |
GcsDestination.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<GcsDestination> |
GcsDestination.getParserForType() |
static Parser<GcsDestination> |
GcsDestination.parser() |
Modifier and Type | Method and 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.
|
Copyright © 2022 Google LLC. All rights reserved.