Struct google_api_proto::google::cloud::policysimulator::v1::ReplayConfig
source · pub struct ReplayConfig {
pub policy_overlay: BTreeMap<String, Policy>,
pub log_source: i32,
}
Expand description
The configuration used for a [Replay][google.cloud.policysimulator.v1.Replay].
Fields§
§policy_overlay: BTreeMap<String, Policy>
A mapping of the resources that you want to simulate policies for and the policies that you want to simulate.
Keys are the full resource names for the resources. For example,
//cloudresourcemanager.googleapis.com/projects/my-project
.
For examples of full resource names for Google Cloud services, see
https://cloud.google.com/iam/help/troubleshooter/full-resource-names.
Values are [Policy][google.iam.v1.Policy] objects representing the policies that you want to simulate.
Replays automatically take into account any IAM policies inherited through the resource hierarchy, and any policies set on descendant resources. You do not need to include these policies in the policy overlay.
log_source: i32
The logs to use as input for the [Replay][google.cloud.policysimulator.v1.Replay].
Implementations§
source§impl ReplayConfig
impl ReplayConfig
sourcepub fn log_source(&self) -> LogSource
pub fn log_source(&self) -> LogSource
Returns the enum value of log_source
, or the default if the field is set to an invalid enum value.
sourcepub fn set_log_source(&mut self, value: LogSource)
pub fn set_log_source(&mut self, value: LogSource)
Sets log_source
to the provided enum value.
Trait Implementations§
source§impl Clone for ReplayConfig
impl Clone for ReplayConfig
source§fn clone(&self) -> ReplayConfig
fn clone(&self) -> ReplayConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ReplayConfig
impl Debug for ReplayConfig
source§impl Default for ReplayConfig
impl Default for ReplayConfig
source§impl Message for ReplayConfig
impl Message for ReplayConfig
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for ReplayConfig
impl PartialEq for ReplayConfig
source§fn eq(&self, other: &ReplayConfig) -> bool
fn eq(&self, other: &ReplayConfig) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ReplayConfig
Auto Trait Implementations§
impl Freeze for ReplayConfig
impl RefUnwindSafe for ReplayConfig
impl Send for ReplayConfig
impl Sync for ReplayConfig
impl Unpin for ReplayConfig
impl UnwindSafe for ReplayConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request