public interface CreateViewRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
LogView |
getView()
Required.
|
String |
getViewId()
Required.
|
com.google.protobuf.ByteString |
getViewIdBytes()
Required.
|
LogViewOrBuilder |
getViewOrBuilder()
Required.
|
boolean |
hasView()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getParent()
Required. The bucket in which to create the view `"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"` For example: `"projects/my-project/locations/global/buckets/my-bucket"`
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.ByteString getParentBytes()
Required. The bucket in which to create the view `"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"` For example: `"projects/my-project/locations/global/buckets/my-bucket"`
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
String getViewId()
Required. A client-assigned identifier such as `"my-view"`. Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods.
string view_id = 2 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.ByteString getViewIdBytes()
Required. A client-assigned identifier such as `"my-view"`. Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods.
string view_id = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasView()
Required. The new view.
.google.logging.v2.LogView view = 3 [(.google.api.field_behavior) = REQUIRED];
LogView getView()
Required. The new view.
.google.logging.v2.LogView view = 3 [(.google.api.field_behavior) = REQUIRED];
LogViewOrBuilder getViewOrBuilder()
Required. The new view.
.google.logging.v2.LogView view = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.