public static final class GetSecurityCenterServiceRequest.Builder extends GeneratedMessageV3.Builder<GetSecurityCenterServiceRequest.Builder> implements GetSecurityCenterServiceRequestOrBuilder
Request message for getting a Security Command Center service.
Protobuf type google.cloud.securitycentermanagement.v1.GetSecurityCenterServiceRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetSecurityCenterServiceRequest.BuilderImplements
GetSecurityCenterServiceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetSecurityCenterServiceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
build()
public GetSecurityCenterServiceRequest build()
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest |
buildPartial()
public GetSecurityCenterServiceRequest buildPartial()
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest |
clear()
public GetSecurityCenterServiceRequest.Builder clear()
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetSecurityCenterServiceRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
clearName()
public GetSecurityCenterServiceRequest.Builder clearName()
Required. The Security Command Center service to retrieve.
Formats:
- organizations/{organization}/locations/{location}/securityCenterServices/{service}
- folders/{folder}/locations/{location}/securityCenterServices/{service}
projects/{project}/locations/{location}/securityCenterServices/{service}
The possible values for id {service} are:
container-threat-detection
- event-threat-detection
- security-health-analytics
- vm-threat-detection
- web-security-scanner
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetSecurityCenterServiceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
clearShowEligibleModulesOnly()
public GetSecurityCenterServiceRequest.Builder clearShowEligibleModulesOnly()
Flag that, when set, will be used to filter the ModuleSettings that are in scope. The default setting is that all modules will be shown.
bool show_eligible_modules_only = 2;
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
This builder for chaining. |
clone()
public GetSecurityCenterServiceRequest.Builder clone()
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
getDefaultInstanceForType()
public GetSecurityCenterServiceRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. The Security Command Center service to retrieve.
Formats:
- organizations/{organization}/locations/{location}/securityCenterServices/{service}
- folders/{folder}/locations/{location}/securityCenterServices/{service}
projects/{project}/locations/{location}/securityCenterServices/{service}
The possible values for id {service} are:
container-threat-detection
- event-threat-detection
- security-health-analytics
- vm-threat-detection
- web-security-scanner
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The Security Command Center service to retrieve.
Formats:
- organizations/{organization}/locations/{location}/securityCenterServices/{service}
- folders/{folder}/locations/{location}/securityCenterServices/{service}
projects/{project}/locations/{location}/securityCenterServices/{service}
The possible values for id {service} are:
container-threat-detection
- event-threat-detection
- security-health-analytics
- vm-threat-detection
- web-security-scanner
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getShowEligibleModulesOnly()
public boolean getShowEligibleModulesOnly()
Flag that, when set, will be used to filter the ModuleSettings that are in scope. The default setting is that all modules will be shown.
bool show_eligible_modules_only = 2;
Returns | |
---|---|
Type | Description |
boolean |
The showEligibleModulesOnly. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(GetSecurityCenterServiceRequest other)
public GetSecurityCenterServiceRequest.Builder mergeFrom(GetSecurityCenterServiceRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetSecurityCenterServiceRequest |
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetSecurityCenterServiceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public GetSecurityCenterServiceRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetSecurityCenterServiceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetSecurityCenterServiceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
setName(String value)
public GetSecurityCenterServiceRequest.Builder setName(String value)
Required. The Security Command Center service to retrieve.
Formats:
- organizations/{organization}/locations/{location}/securityCenterServices/{service}
- folders/{folder}/locations/{location}/securityCenterServices/{service}
projects/{project}/locations/{location}/securityCenterServices/{service}
The possible values for id {service} are:
container-threat-detection
- event-threat-detection
- security-health-analytics
- vm-threat-detection
- web-security-scanner
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetSecurityCenterServiceRequest.Builder setNameBytes(ByteString value)
Required. The Security Command Center service to retrieve.
Formats:
- organizations/{organization}/locations/{location}/securityCenterServices/{service}
- folders/{folder}/locations/{location}/securityCenterServices/{service}
projects/{project}/locations/{location}/securityCenterServices/{service}
The possible values for id {service} are:
container-threat-detection
- event-threat-detection
- security-health-analytics
- vm-threat-detection
- web-security-scanner
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetSecurityCenterServiceRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
setShowEligibleModulesOnly(boolean value)
public GetSecurityCenterServiceRequest.Builder setShowEligibleModulesOnly(boolean value)
Flag that, when set, will be used to filter the ModuleSettings that are in scope. The default setting is that all modules will be shown.
bool show_eligible_modules_only = 2;
Parameter | |
---|---|
Name | Description |
value |
boolean The showEligibleModulesOnly to set. |
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetSecurityCenterServiceRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetSecurityCenterServiceRequest.Builder |