pub struct GoogleCloudNetworksecurityV1GrpcEndpoint {
pub target_uri: Option<String>,
}Expand description
Specification of the GRPC Endpoint.
This type is not used in any activity, and only used as part of another schema.
Fields§
§target_uri: Option<String>Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with “unix:”.
Trait Implementations§
Source§impl Clone for GoogleCloudNetworksecurityV1GrpcEndpoint
impl Clone for GoogleCloudNetworksecurityV1GrpcEndpoint
Source§fn clone(&self) -> GoogleCloudNetworksecurityV1GrpcEndpoint
fn clone(&self) -> GoogleCloudNetworksecurityV1GrpcEndpoint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudNetworksecurityV1GrpcEndpoint
impl Default for GoogleCloudNetworksecurityV1GrpcEndpoint
Source§fn default() -> GoogleCloudNetworksecurityV1GrpcEndpoint
fn default() -> GoogleCloudNetworksecurityV1GrpcEndpoint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudNetworksecurityV1GrpcEndpoint
impl<'de> Deserialize<'de> for GoogleCloudNetworksecurityV1GrpcEndpoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudNetworksecurityV1GrpcEndpoint
Auto Trait Implementations§
impl Freeze for GoogleCloudNetworksecurityV1GrpcEndpoint
impl RefUnwindSafe for GoogleCloudNetworksecurityV1GrpcEndpoint
impl Send for GoogleCloudNetworksecurityV1GrpcEndpoint
impl Sync for GoogleCloudNetworksecurityV1GrpcEndpoint
impl Unpin for GoogleCloudNetworksecurityV1GrpcEndpoint
impl UnwindSafe for GoogleCloudNetworksecurityV1GrpcEndpoint
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
Mutably borrows from an owned value. Read more