Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class CreateServiceRequest.Builder (3.28.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 3.28.0keyboard_arrow_down
public static final class CreateServiceRequest . Builder extends GeneratedMessageV3 . Builder<CreateServiceRequest . Builder > implements CreateServiceRequestOrBuilder
The CreateService
request.
Protobuf type google.monitoring.v3.CreateServiceRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateServiceRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public CreateServiceRequest build ()
buildPartial()
public CreateServiceRequest buildPartial ()
clear()
public CreateServiceRequest . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public CreateServiceRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateServiceRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearParent()
public CreateServiceRequest . Builder clearParent ()
Required. Resource name of
the parent workspace. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clearService()
public CreateServiceRequest . Builder clearService ()
Required. The Service
to create.
.google.monitoring.v3.Service service = 2 [(.google.api.field_behavior) = REQUIRED];
clearServiceId()
public CreateServiceRequest . Builder clearServiceId ()
Optional. The Service id to use for this Service. If omitted, an id will be
generated instead. Must match the pattern [a-z0-9\-]+
string service_id = 3;
clone()
public CreateServiceRequest . Builder clone ()
Overrides
getDefaultInstanceForType()
public CreateServiceRequest getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getParent()
public String getParent ()
Required. Resource name of
the parent workspace. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The parent.
getParentBytes()
public ByteString getParentBytes ()
Required. Resource name of
the parent workspace. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for parent.
getService()
public Service getService ()
Required. The Service
to create.
.google.monitoring.v3.Service service = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
Service
The service.
getServiceBuilder()
public Service . Builder getServiceBuilder ()
Required. The Service
to create.
.google.monitoring.v3.Service service = 2 [(.google.api.field_behavior) = REQUIRED];
getServiceId()
public String getServiceId ()
Optional. The Service id to use for this Service. If omitted, an id will be
generated instead. Must match the pattern [a-z0-9\-]+
string service_id = 3;
Returns
Type
Description
String
The serviceId.
getServiceIdBytes()
public ByteString getServiceIdBytes ()
Optional. The Service id to use for this Service. If omitted, an id will be
generated instead. Must match the pattern [a-z0-9\-]+
string service_id = 3;
Returns
Type
Description
ByteString
The bytes for serviceId.
getServiceOrBuilder()
public ServiceOrBuilder getServiceOrBuilder ()
Required. The Service
to create.
.google.monitoring.v3.Service service = 2 [(.google.api.field_behavior) = REQUIRED];
hasService()
public boolean hasService ()
Required. The Service
to create.
.google.monitoring.v3.Service service = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the service field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(CreateServiceRequest other)
public CreateServiceRequest . Builder mergeFrom ( CreateServiceRequest other )
public CreateServiceRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public CreateServiceRequest . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeService(Service value)
public CreateServiceRequest . Builder mergeService ( Service value )
Required. The Service
to create.
.google.monitoring.v3.Service service = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
Service
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateServiceRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CreateServiceRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setParent(String value)
public CreateServiceRequest . Builder setParent ( String value )
Required. Resource name of
the parent workspace. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name
Description
value
String
The parent to set.
setParentBytes(ByteString value)
public CreateServiceRequest . Builder setParentBytes ( ByteString value )
Required. Resource name of
the parent workspace. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name
Description
value
ByteString
The bytes for parent to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateServiceRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setService(Service value)
public CreateServiceRequest . Builder setService ( Service value )
Required. The Service
to create.
.google.monitoring.v3.Service service = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
Service
setService(Service.Builder builderForValue)
public CreateServiceRequest . Builder setService ( Service . Builder builderForValue )
Required. The Service
to create.
.google.monitoring.v3.Service service = 2 [(.google.api.field_behavior) = REQUIRED];
setServiceId(String value)
public CreateServiceRequest . Builder setServiceId ( String value )
Optional. The Service id to use for this Service. If omitted, an id will be
generated instead. Must match the pattern [a-z0-9\-]+
string service_id = 3;
Parameter
Name
Description
value
String
The serviceId to set.
setServiceIdBytes(ByteString value)
public CreateServiceRequest . Builder setServiceIdBytes ( ByteString value )
Optional. The Service id to use for this Service. If omitted, an id will be
generated instead. Must match the pattern [a-z0-9\-]+
string service_id = 3;
Parameter
Name
Description
value
ByteString
The bytes for serviceId to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateServiceRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-30 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[],[]]