public interface GetReplayRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the [Replay][google.cloud.policysimulator.v1.Replay]
to retrieve, in the following format:
`{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}`,
where `{resource-id}` is the ID of the project, folder, or organization
that owns the `Replay`.
Example:
`projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the [Replay][google.cloud.policysimulator.v1.Replay]
to retrieve, in the following format:
`{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}`,
where `{resource-id}` is the ID of the project, folder, or organization
that owns the `Replay`.
Example:
`projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2023 Google LLC. All rights reserved.