public interface CreateSourceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Source |
getSource()
Required.
|
SourceOrBuilder |
getSourceOrBuilder()
Required.
|
boolean |
hasSource()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasSource()
Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.
.google.cloud.securitycenter.v1.Source source = 2 [(.google.api.field_behavior) = REQUIRED];
Source getSource()
Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.
.google.cloud.securitycenter.v1.Source source = 2 [(.google.api.field_behavior) = REQUIRED];
SourceOrBuilder getSourceOrBuilder()
Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.
.google.cloud.securitycenter.v1.Source source = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.