- 0.48.0 (latest)
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class Subscription.Builder extends GeneratedMessageV3.Builder<Subscription.Builder> implements SubscriptionOrBuilder
A subscription represents a subscribers' access to a particular set of published data. It contains references to associated listings, data exchanges, and linked datasets.
Protobuf type google.cloud.bigquery.analyticshub.v1.Subscription
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Subscription.BuilderImplements
SubscriptionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Subscription.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
build()
public Subscription build()
Returns | |
---|---|
Type | Description |
Subscription |
buildPartial()
public Subscription buildPartial()
Returns | |
---|---|
Type | Description |
Subscription |
clear()
public Subscription.Builder clear()
Returns | |
---|---|
Type | Description |
Subscription.Builder |
clearCreationTime()
public Subscription.Builder clearCreationTime()
Output only. Timestamp when the subscription was created.
.google.protobuf.Timestamp creation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Subscription.Builder |
clearDataExchange()
public Subscription.Builder clearDataExchange()
Output only. Resource name of the source Data Exchange. e.g. projects/123/locations/US/dataExchanges/456
string data_exchange = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Subscription.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
clearLastModifyTime()
public Subscription.Builder clearLastModifyTime()
Output only. Timestamp when the subscription was last modified.
.google.protobuf.Timestamp last_modify_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Subscription.Builder |
clearLinkedDatasetMap()
public Subscription.Builder clearLinkedDatasetMap()
Returns | |
---|---|
Type | Description |
Subscription.Builder |
clearListing()
public Subscription.Builder clearListing()
Output only. Resource name of the source Listing. e.g. projects/123/locations/US/dataExchanges/456/listings/789
string listing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
clearName()
public Subscription.Builder clearName()
Output only. The resource name of the subscription.
e.g. projects/myproject/locations/US/subscriptions/123
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Subscription.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
clearOrganizationDisplayName()
public Subscription.Builder clearOrganizationDisplayName()
Output only. Display name of the project of this subscription.
string organization_display_name = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
clearOrganizationId()
public Subscription.Builder clearOrganizationId()
Output only. Organization of the project this subscription belongs to.
string organization_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
clearResourceName()
public Subscription.Builder clearResourceName()
Returns | |
---|---|
Type | Description |
Subscription.Builder |
clearState()
public Subscription.Builder clearState()
Output only. Current state of the subscription.
.google.cloud.bigquery.analyticshub.v1.Subscription.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
clearSubscriberContact()
public Subscription.Builder clearSubscriberContact()
Output only. Email of the subscriber.
string subscriber_contact = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
clone()
public Subscription.Builder clone()
Returns | |
---|---|
Type | Description |
Subscription.Builder |
containsLinkedDatasetMap(String key)
public boolean containsLinkedDatasetMap(String key)
Output only. Map of listing resource names to associated linked resource, e.g. projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
For listing-level subscriptions, this is a map of size 1. Only contains values if state == STATE_ACTIVE.
map<string, .google.cloud.bigquery.analyticshub.v1.Subscription.LinkedResource> linked_dataset_map = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
boolean |
getCreationTime()
public Timestamp getCreationTime()
Output only. Timestamp when the subscription was created.
.google.protobuf.Timestamp creation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp | The creationTime. |
getCreationTimeBuilder()
public Timestamp.Builder getCreationTimeBuilder()
Output only. Timestamp when the subscription was created.
.google.protobuf.Timestamp creation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getCreationTimeOrBuilder()
public TimestampOrBuilder getCreationTimeOrBuilder()
Output only. Timestamp when the subscription was created.
.google.protobuf.Timestamp creation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDataExchange()
public String getDataExchange()
Output only. Resource name of the source Data Exchange. e.g. projects/123/locations/US/dataExchanges/456
string data_exchange = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The dataExchange. |
getDataExchangeBytes()
public ByteString getDataExchangeBytes()
Output only. Resource name of the source Data Exchange. e.g. projects/123/locations/US/dataExchanges/456
string data_exchange = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for dataExchange. |
getDefaultInstanceForType()
public Subscription getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Subscription |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getLastModifyTime()
public Timestamp getLastModifyTime()
Output only. Timestamp when the subscription was last modified.
.google.protobuf.Timestamp last_modify_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp | The lastModifyTime. |
getLastModifyTimeBuilder()
public Timestamp.Builder getLastModifyTimeBuilder()
Output only. Timestamp when the subscription was last modified.
.google.protobuf.Timestamp last_modify_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getLastModifyTimeOrBuilder()
public TimestampOrBuilder getLastModifyTimeOrBuilder()
Output only. Timestamp when the subscription was last modified.
.google.protobuf.Timestamp last_modify_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getLinkedDatasetMap() (deprecated)
public Map<String,Subscription.LinkedResource> getLinkedDatasetMap()
Use #getLinkedDatasetMapMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,LinkedResource> |
getLinkedDatasetMapCount()
public int getLinkedDatasetMapCount()
Output only. Map of listing resource names to associated linked resource, e.g. projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
For listing-level subscriptions, this is a map of size 1. Only contains values if state == STATE_ACTIVE.
map<string, .google.cloud.bigquery.analyticshub.v1.Subscription.LinkedResource> linked_dataset_map = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getLinkedDatasetMapMap()
public Map<String,Subscription.LinkedResource> getLinkedDatasetMapMap()
Output only. Map of listing resource names to associated linked resource, e.g. projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
For listing-level subscriptions, this is a map of size 1. Only contains values if state == STATE_ACTIVE.
map<string, .google.cloud.bigquery.analyticshub.v1.Subscription.LinkedResource> linked_dataset_map = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Map<String,LinkedResource> |
getLinkedDatasetMapOrDefault(String key, Subscription.LinkedResource defaultValue)
public Subscription.LinkedResource getLinkedDatasetMapOrDefault(String key, Subscription.LinkedResource defaultValue)
Output only. Map of listing resource names to associated linked resource, e.g. projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
For listing-level subscriptions, this is a map of size 1. Only contains values if state == STATE_ACTIVE.
map<string, .google.cloud.bigquery.analyticshub.v1.Subscription.LinkedResource> linked_dataset_map = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters | |
---|---|
Name | Description |
key | String |
defaultValue | Subscription.LinkedResource |
Returns | |
---|---|
Type | Description |
Subscription.LinkedResource |
getLinkedDatasetMapOrThrow(String key)
public Subscription.LinkedResource getLinkedDatasetMapOrThrow(String key)
Output only. Map of listing resource names to associated linked resource, e.g. projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
For listing-level subscriptions, this is a map of size 1. Only contains values if state == STATE_ACTIVE.
map<string, .google.cloud.bigquery.analyticshub.v1.Subscription.LinkedResource> linked_dataset_map = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
Subscription.LinkedResource |
getListing()
public String getListing()
Output only. Resource name of the source Listing. e.g. projects/123/locations/US/dataExchanges/456/listings/789
string listing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The listing. |
getListingBytes()
public ByteString getListingBytes()
Output only. Resource name of the source Listing. e.g. projects/123/locations/US/dataExchanges/456/listings/789
string listing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for listing. |
getMutableLinkedDatasetMap() (deprecated)
public Map<String,Subscription.LinkedResource> getMutableLinkedDatasetMap()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,LinkedResource> |
getName()
public String getName()
Output only. The resource name of the subscription.
e.g. projects/myproject/locations/US/subscriptions/123
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Output only. The resource name of the subscription.
e.g. projects/myproject/locations/US/subscriptions/123
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getOrganizationDisplayName()
public String getOrganizationDisplayName()
Output only. Display name of the project of this subscription.
string organization_display_name = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The organizationDisplayName. |
getOrganizationDisplayNameBytes()
public ByteString getOrganizationDisplayNameBytes()
Output only. Display name of the project of this subscription.
string organization_display_name = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for organizationDisplayName. |
getOrganizationId()
public String getOrganizationId()
Output only. Organization of the project this subscription belongs to.
string organization_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The organizationId. |
getOrganizationIdBytes()
public ByteString getOrganizationIdBytes()
Output only. Organization of the project this subscription belongs to.
string organization_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for organizationId. |
getResourceNameCase()
public Subscription.ResourceNameCase getResourceNameCase()
Returns | |
---|---|
Type | Description |
Subscription.ResourceNameCase |
getState()
public Subscription.State getState()
Output only. Current state of the subscription.
.google.cloud.bigquery.analyticshub.v1.Subscription.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Subscription.State | The state. |
getStateValue()
public int getStateValue()
Output only. Current state of the subscription.
.google.cloud.bigquery.analyticshub.v1.Subscription.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for state. |
getSubscriberContact()
public String getSubscriberContact()
Output only. Email of the subscriber.
string subscriber_contact = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The subscriberContact. |
getSubscriberContactBytes()
public ByteString getSubscriberContactBytes()
Output only. Email of the subscriber.
string subscriber_contact = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for subscriberContact. |
hasCreationTime()
public boolean hasCreationTime()
Output only. Timestamp when the subscription was created.
.google.protobuf.Timestamp creation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean | Whether the creationTime field is set. |
hasDataExchange()
public boolean hasDataExchange()
Output only. Resource name of the source Data Exchange. e.g. projects/123/locations/US/dataExchanges/456
string data_exchange = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean | Whether the dataExchange field is set. |
hasLastModifyTime()
public boolean hasLastModifyTime()
Output only. Timestamp when the subscription was last modified.
.google.protobuf.Timestamp last_modify_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean | Whether the lastModifyTime field is set. |
hasListing()
public boolean hasListing()
Output only. Resource name of the source Listing. e.g. projects/123/locations/US/dataExchanges/456/listings/789
string listing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean | Whether the listing field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCreationTime(Timestamp value)
public Subscription.Builder mergeCreationTime(Timestamp value)
Output only. Timestamp when the subscription was created.
.google.protobuf.Timestamp creation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
mergeFrom(Subscription other)
public Subscription.Builder mergeFrom(Subscription other)
Parameter | |
---|---|
Name | Description |
other | Subscription |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Subscription.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Subscription.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
mergeLastModifyTime(Timestamp value)
public Subscription.Builder mergeLastModifyTime(Timestamp value)
Output only. Timestamp when the subscription was last modified.
.google.protobuf.Timestamp last_modify_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Subscription.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
putAllLinkedDatasetMap(Map<String,Subscription.LinkedResource> values)
public Subscription.Builder putAllLinkedDatasetMap(Map<String,Subscription.LinkedResource> values)
Output only. Map of listing resource names to associated linked resource, e.g. projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
For listing-level subscriptions, this is a map of size 1. Only contains values if state == STATE_ACTIVE.
map<string, .google.cloud.bigquery.analyticshub.v1.Subscription.LinkedResource> linked_dataset_map = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
values | Map<String,LinkedResource> |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
putLinkedDatasetMap(String key, Subscription.LinkedResource value)
public Subscription.Builder putLinkedDatasetMap(String key, Subscription.LinkedResource value)
Output only. Map of listing resource names to associated linked resource, e.g. projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
For listing-level subscriptions, this is a map of size 1. Only contains values if state == STATE_ACTIVE.
map<string, .google.cloud.bigquery.analyticshub.v1.Subscription.LinkedResource> linked_dataset_map = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters | |
---|---|
Name | Description |
key | String |
value | Subscription.LinkedResource |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
removeLinkedDatasetMap(String key)
public Subscription.Builder removeLinkedDatasetMap(String key)
Output only. Map of listing resource names to associated linked resource, e.g. projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
For listing-level subscriptions, this is a map of size 1. Only contains values if state == STATE_ACTIVE.
map<string, .google.cloud.bigquery.analyticshub.v1.Subscription.LinkedResource> linked_dataset_map = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
setCreationTime(Timestamp value)
public Subscription.Builder setCreationTime(Timestamp value)
Output only. Timestamp when the subscription was created.
.google.protobuf.Timestamp creation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
setCreationTime(Timestamp.Builder builderForValue)
public Subscription.Builder setCreationTime(Timestamp.Builder builderForValue)
Output only. Timestamp when the subscription was created.
.google.protobuf.Timestamp creation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
setDataExchange(String value)
public Subscription.Builder setDataExchange(String value)
Output only. Resource name of the source Data Exchange. e.g. projects/123/locations/US/dataExchanges/456
string data_exchange = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | String The dataExchange to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setDataExchangeBytes(ByteString value)
public Subscription.Builder setDataExchangeBytes(ByteString value)
Output only. Resource name of the source Data Exchange. e.g. projects/123/locations/US/dataExchanges/456
string data_exchange = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for dataExchange to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Subscription.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
setLastModifyTime(Timestamp value)
public Subscription.Builder setLastModifyTime(Timestamp value)
Output only. Timestamp when the subscription was last modified.
.google.protobuf.Timestamp last_modify_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
setLastModifyTime(Timestamp.Builder builderForValue)
public Subscription.Builder setLastModifyTime(Timestamp.Builder builderForValue)
Output only. Timestamp when the subscription was last modified.
.google.protobuf.Timestamp last_modify_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
setListing(String value)
public Subscription.Builder setListing(String value)
Output only. Resource name of the source Listing. e.g. projects/123/locations/US/dataExchanges/456/listings/789
string listing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | String The listing to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setListingBytes(ByteString value)
public Subscription.Builder setListingBytes(ByteString value)
Output only. Resource name of the source Listing. e.g. projects/123/locations/US/dataExchanges/456/listings/789
string listing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for listing to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setName(String value)
public Subscription.Builder setName(String value)
Output only. The resource name of the subscription.
e.g. projects/myproject/locations/US/subscriptions/123
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | String The name to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Subscription.Builder setNameBytes(ByteString value)
Output only. The resource name of the subscription.
e.g. projects/myproject/locations/US/subscriptions/123
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setOrganizationDisplayName(String value)
public Subscription.Builder setOrganizationDisplayName(String value)
Output only. Display name of the project of this subscription.
string organization_display_name = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | String The organizationDisplayName to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setOrganizationDisplayNameBytes(ByteString value)
public Subscription.Builder setOrganizationDisplayNameBytes(ByteString value)
Output only. Display name of the project of this subscription.
string organization_display_name = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for organizationDisplayName to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setOrganizationId(String value)
public Subscription.Builder setOrganizationId(String value)
Output only. Organization of the project this subscription belongs to.
string organization_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | String The organizationId to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setOrganizationIdBytes(ByteString value)
public Subscription.Builder setOrganizationIdBytes(ByteString value)
Output only. Organization of the project this subscription belongs to.
string organization_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for organizationId to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Subscription.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
Subscription.Builder |
setState(Subscription.State value)
public Subscription.Builder setState(Subscription.State value)
Output only. Current state of the subscription.
.google.cloud.bigquery.analyticshub.v1.Subscription.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | Subscription.State The state to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setStateValue(int value)
public Subscription.Builder setStateValue(int value)
Output only. Current state of the subscription.
.google.cloud.bigquery.analyticshub.v1.Subscription.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for state to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setSubscriberContact(String value)
public Subscription.Builder setSubscriberContact(String value)
Output only. Email of the subscriber.
string subscriber_contact = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | String The subscriberContact to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setSubscriberContactBytes(ByteString value)
public Subscription.Builder setSubscriberContactBytes(ByteString value)
Output only. Email of the subscriber.
string subscriber_contact = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for subscriberContact to set. |
Returns | |
---|---|
Type | Description |
Subscription.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Subscription.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Subscription.Builder |