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