public static interface ExportIssueModelRequest.GcsDestinationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getObjectUri()
Required.
|
com.google.protobuf.ByteString |
getObjectUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getObjectUri()
Required. Format: `gs://<bucket-name>/<object-name>`
string object_uri = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getObjectUriBytes()
Required. Format: `gs://<bucket-name>/<object-name>`
string object_uri = 1 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.