- 3.80.0 (latest)
 - 3.78.0
 - 3.77.0
 - 3.76.0
 - 3.75.0
 - 3.74.0
 - 3.72.0
 - 3.70.0
 - 3.69.0
 - 3.66.0
 - 3.65.0
 - 3.64.0
 - 3.62.0
 - 3.61.0
 - 3.60.0
 - 3.59.0
 - 3.58.0
 - 3.57.0
 - 3.56.0
 - 3.55.0
 - 3.54.0
 - 3.53.0
 - 3.51.0
 - 3.50.0
 - 3.49.0
 - 3.48.0
 - 3.47.0
 - 3.46.0
 - 3.45.0
 - 3.44.0
 - 3.43.0
 - 3.42.0
 - 3.41.0
 - 3.39.0
 - 3.38.0
 - 3.37.0
 - 3.36.0
 - 3.35.0
 - 3.34.0
 - 3.33.0
 - 3.32.0
 - 3.31.0
 - 3.30.0
 - 3.29.0
 - 3.26.0
 - 3.25.0
 - 3.24.0
 - 3.23.0
 - 3.22.0
 - 3.21.0
 - 3.20.0
 - 3.19.0
 - 3.18.0
 - 3.17.0
 - 3.16.0
 - 3.15.0
 - 3.14.0
 - 3.13.0
 - 3.12.0
 - 3.11.0
 - 3.10.0
 - 3.9.0
 - 3.8.0
 - 3.7.0
 - 3.6.0
 - 3.5.6
 - 3.4.1
 - 3.3.12
 
public static final class PubsubConfig.Builder extends GeneratedMessageV3.Builder<PubsubConfig.Builder> implements PubsubConfigOrBuilderPubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
 Protobuf type google.devtools.cloudbuild.v1.PubsubConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PubsubConfig.BuilderImplements
PubsubConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PubsubConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        |
build()
public PubsubConfig build()| Returns | |
|---|---|
| Type | Description | 
PubsubConfig | 
        |
buildPartial()
public PubsubConfig buildPartial()| Returns | |
|---|---|
| Type | Description | 
PubsubConfig | 
        |
clear()
public PubsubConfig.Builder clear()| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public PubsubConfig.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public PubsubConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        |
clearServiceAccountEmail()
public PubsubConfig.Builder clearServiceAccountEmail()Service account that will make the push request.
 string service_account_email = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        This builder for chaining.  | 
      
clearState()
public PubsubConfig.Builder clearState()Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
 .google.devtools.cloudbuild.v1.PubsubConfig.State state = 4;
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        This builder for chaining.  | 
      
clearSubscription()
public PubsubConfig.Builder clearSubscription() Output only. Name of the subscription. Format is
 projects/{project}/subscriptions/{subscription}.
 
 string subscription = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        This builder for chaining.  | 
      
clearTopic()
public PubsubConfig.Builder clearTopic() The name of the topic from which this subscription is receiving messages.
 Format is projects/{project}/topics/{topic}.
 string topic = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        This builder for chaining.  | 
      
clone()
public PubsubConfig.Builder clone()| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        |
getDefaultInstanceForType()
public PubsubConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
PubsubConfig | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getServiceAccountEmail()
public String getServiceAccountEmail()Service account that will make the push request.
 string service_account_email = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description | 
String | 
        The serviceAccountEmail.  | 
      
getServiceAccountEmailBytes()
public ByteString getServiceAccountEmailBytes()Service account that will make the push request.
 string service_account_email = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for serviceAccountEmail.  | 
      
getState()
public PubsubConfig.State getState()Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
 .google.devtools.cloudbuild.v1.PubsubConfig.State state = 4;
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.State | 
        The state.  | 
      
getStateValue()
public int getStateValue()Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
 .google.devtools.cloudbuild.v1.PubsubConfig.State state = 4;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
getSubscription()
public String getSubscription() Output only. Name of the subscription. Format is
 projects/{project}/subscriptions/{subscription}.
 
 string subscription = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The subscription.  | 
      
getSubscriptionBytes()
public ByteString getSubscriptionBytes() Output only. Name of the subscription. Format is
 projects/{project}/subscriptions/{subscription}.
 
 string subscription = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for subscription.  | 
      
getTopic()
public String getTopic() The name of the topic from which this subscription is receiving messages.
 Format is projects/{project}/topics/{topic}.
 string topic = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description | 
String | 
        The topic.  | 
      
getTopicBytes()
public ByteString getTopicBytes() The name of the topic from which this subscription is receiving messages.
 Format is projects/{project}/topics/{topic}.
 string topic = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for topic.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(PubsubConfig other)
public PubsubConfig.Builder mergeFrom(PubsubConfig other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        PubsubConfig | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PubsubConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public PubsubConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PubsubConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public PubsubConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PubsubConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        |
setServiceAccountEmail(String value)
public PubsubConfig.Builder setServiceAccountEmail(String value)Service account that will make the push request.
 string service_account_email = 3 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe serviceAccountEmail to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        This builder for chaining.  | 
      
setServiceAccountEmailBytes(ByteString value)
public PubsubConfig.Builder setServiceAccountEmailBytes(ByteString value)Service account that will make the push request.
 string service_account_email = 3 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for serviceAccountEmail to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        This builder for chaining.  | 
      
setState(PubsubConfig.State value)
public PubsubConfig.Builder setState(PubsubConfig.State value)Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
 .google.devtools.cloudbuild.v1.PubsubConfig.State state = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        PubsubConfig.StateThe state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        This builder for chaining.  | 
      
setStateValue(int value)
public PubsubConfig.Builder setStateValue(int value)Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
 .google.devtools.cloudbuild.v1.PubsubConfig.State state = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        This builder for chaining.  | 
      
setSubscription(String value)
public PubsubConfig.Builder setSubscription(String value) Output only. Name of the subscription. Format is
 projects/{project}/subscriptions/{subscription}.
 
 string subscription = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe subscription to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        This builder for chaining.  | 
      
setSubscriptionBytes(ByteString value)
public PubsubConfig.Builder setSubscriptionBytes(ByteString value) Output only. Name of the subscription. Format is
 projects/{project}/subscriptions/{subscription}.
 
 string subscription = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for subscription to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        This builder for chaining.  | 
      
setTopic(String value)
public PubsubConfig.Builder setTopic(String value) The name of the topic from which this subscription is receiving messages.
 Format is projects/{project}/topics/{topic}.
 string topic = 2 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe topic to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        This builder for chaining.  | 
      
setTopicBytes(ByteString value)
public PubsubConfig.Builder setTopicBytes(ByteString value) The name of the topic from which this subscription is receiving messages.
 Format is projects/{project}/topics/{topic}.
 string topic = 2 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for topic to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final PubsubConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
PubsubConfig.Builder | 
        |