public static final class CreateGoogleApiSourceRequest.Builder extends GeneratedMessage.Builder<CreateGoogleApiSourceRequest.Builder> implements CreateGoogleApiSourceRequestOrBuilderThe request message for the CreateGoogleApiSource method.
Protobuf type google.cloud.eventarc.v1.CreateGoogleApiSourceRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateGoogleApiSourceRequest.BuilderImplements
CreateGoogleApiSourceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateGoogleApiSourceRequest build()| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest |
|
buildPartial()
public CreateGoogleApiSourceRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest |
|
clear()
public CreateGoogleApiSourceRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
|
clearGoogleApiSource()
public CreateGoogleApiSourceRequest.Builder clearGoogleApiSource()Required. The google api source to create.
.google.cloud.eventarc.v1.GoogleApiSource google_api_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
|
clearGoogleApiSourceId()
public CreateGoogleApiSourceRequest.Builder clearGoogleApiSourceId() Required. The user-provided ID to be assigned to the GoogleApiSource. It
should match the format ^a-z?$.
string google_api_source_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
This builder for chaining. |
clearParent()
public CreateGoogleApiSourceRequest.Builder clearParent()Required. The parent collection in which to add this google api source.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
This builder for chaining. |
clearValidateOnly()
public CreateGoogleApiSourceRequest.Builder clearValidateOnly()Optional. If set, validate the request and preview the review, but do not post it.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateGoogleApiSourceRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGoogleApiSource()
public GoogleApiSource getGoogleApiSource()Required. The google api source to create.
.google.cloud.eventarc.v1.GoogleApiSource google_api_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GoogleApiSource |
The googleApiSource. |
getGoogleApiSourceBuilder()
public GoogleApiSource.Builder getGoogleApiSourceBuilder()Required. The google api source to create.
.google.cloud.eventarc.v1.GoogleApiSource google_api_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GoogleApiSource.Builder |
|
getGoogleApiSourceId()
public String getGoogleApiSourceId() Required. The user-provided ID to be assigned to the GoogleApiSource. It
should match the format ^a-z?$.
string google_api_source_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The googleApiSourceId. |
getGoogleApiSourceIdBytes()
public ByteString getGoogleApiSourceIdBytes() Required. The user-provided ID to be assigned to the GoogleApiSource. It
should match the format ^a-z?$.
string google_api_source_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for googleApiSourceId. |
getGoogleApiSourceOrBuilder()
public GoogleApiSourceOrBuilder getGoogleApiSourceOrBuilder()Required. The google api source to create.
.google.cloud.eventarc.v1.GoogleApiSource google_api_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GoogleApiSourceOrBuilder |
|
getParent()
public String getParent()Required. The parent collection in which to add this google api source.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent collection in which to add this google api source.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getValidateOnly()
public boolean getValidateOnly()Optional. If set, validate the request and preview the review, but do not post it.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasGoogleApiSource()
public boolean hasGoogleApiSource()Required. The google api source to create.
.google.cloud.eventarc.v1.GoogleApiSource google_api_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the googleApiSource field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateGoogleApiSourceRequest other)
public CreateGoogleApiSourceRequest.Builder mergeFrom(CreateGoogleApiSourceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateGoogleApiSourceRequest |
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateGoogleApiSourceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateGoogleApiSourceRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
|
mergeGoogleApiSource(GoogleApiSource value)
public CreateGoogleApiSourceRequest.Builder mergeGoogleApiSource(GoogleApiSource value)Required. The google api source to create.
.google.cloud.eventarc.v1.GoogleApiSource google_api_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
GoogleApiSource |
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
|
setGoogleApiSource(GoogleApiSource value)
public CreateGoogleApiSourceRequest.Builder setGoogleApiSource(GoogleApiSource value)Required. The google api source to create.
.google.cloud.eventarc.v1.GoogleApiSource google_api_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
GoogleApiSource |
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
|
setGoogleApiSource(GoogleApiSource.Builder builderForValue)
public CreateGoogleApiSourceRequest.Builder setGoogleApiSource(GoogleApiSource.Builder builderForValue)Required. The google api source to create.
.google.cloud.eventarc.v1.GoogleApiSource google_api_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
GoogleApiSource.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
|
setGoogleApiSourceId(String value)
public CreateGoogleApiSourceRequest.Builder setGoogleApiSourceId(String value) Required. The user-provided ID to be assigned to the GoogleApiSource. It
should match the format ^a-z?$.
string google_api_source_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe googleApiSourceId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
This builder for chaining. |
setGoogleApiSourceIdBytes(ByteString value)
public CreateGoogleApiSourceRequest.Builder setGoogleApiSourceIdBytes(ByteString value) Required. The user-provided ID to be assigned to the GoogleApiSource. It
should match the format ^a-z?$.
string google_api_source_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for googleApiSourceId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
This builder for chaining. |
setParent(String value)
public CreateGoogleApiSourceRequest.Builder setParent(String value)Required. The parent collection in which to add this google api source.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateGoogleApiSourceRequest.Builder setParentBytes(ByteString value)Required. The parent collection in which to add this google api source.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
This builder for chaining. |
setValidateOnly(boolean value)
public CreateGoogleApiSourceRequest.Builder setValidateOnly(boolean value)Optional. If set, validate the request and preview the review, but do not post it.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe validateOnly to set. |
| Returns | |
|---|---|
| Type | Description |
CreateGoogleApiSourceRequest.Builder |
This builder for chaining. |