Class IcebergCatalog.FederatedCatalogOptions.RefreshScope (0.83.0)

public static final class IcebergCatalog.FederatedCatalogOptions.RefreshScope extends GeneratedMessage implements IcebergCatalog.FederatedCatalogOptions.RefreshScopeOrBuilder

The scope defines a subset of namespaces to be refreshed.

Protobuf type google.cloud.biglake.v1.IcebergCatalog.FederatedCatalogOptions.RefreshScope

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > IcebergCatalog.FederatedCatalogOptions.RefreshScope

Static Fields

NAMESPACE_FILTERS_FIELD_NUMBER

public static final int NAMESPACE_FILTERS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope getDefaultInstance()
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope.Builder newBuilder()
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope.Builder

newBuilder(IcebergCatalog.FederatedCatalogOptions.RefreshScope prototype)

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope.Builder newBuilder(IcebergCatalog.FederatedCatalogOptions.RefreshScope prototype)
Parameter
Name Description
prototype IcebergCatalog.FederatedCatalogOptions.RefreshScope
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope.Builder

parseDelimitedFrom(InputStream input)

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static IcebergCatalog.FederatedCatalogOptions.RefreshScope parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<IcebergCatalog.FederatedCatalogOptions.RefreshScope> parser()
Returns
Type Description
Parser<RefreshScope>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public IcebergCatalog.FederatedCatalogOptions.RefreshScope getDefaultInstanceForType()
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope

getNamespaceFilters(int index)

public String getNamespaceFilters(int index)

Optional. Filters to determine which namespaces are included in the refresh process.

  • empty list means include all namespaces.
  • "[namespaces]" means include the specified namespaces. ['ns1', 'ns2'] : Discover only namespaces 'ns1' and 'ns2'. The maximum number of namespace filters allowed is 32.

repeated string namespace_filters = 1 [json_name = "namespace-filters", (.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The namespaceFilters at the given index.

getNamespaceFiltersBytes(int index)

public ByteString getNamespaceFiltersBytes(int index)

Optional. Filters to determine which namespaces are included in the refresh process.

  • empty list means include all namespaces.
  • "[namespaces]" means include the specified namespaces. ['ns1', 'ns2'] : Discover only namespaces 'ns1' and 'ns2'. The maximum number of namespace filters allowed is 32.

repeated string namespace_filters = 1 [json_name = "namespace-filters", (.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the namespaceFilters at the given index.

getNamespaceFiltersCount()

public int getNamespaceFiltersCount()

Optional. Filters to determine which namespaces are included in the refresh process.

  • empty list means include all namespaces.
  • "[namespaces]" means include the specified namespaces. ['ns1', 'ns2'] : Discover only namespaces 'ns1' and 'ns2'. The maximum number of namespace filters allowed is 32.

repeated string namespace_filters = 1 [json_name = "namespace-filters", (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of namespaceFilters.

getNamespaceFiltersList()

public ProtocolStringList getNamespaceFiltersList()

Optional. Filters to determine which namespaces are included in the refresh process.

  • empty list means include all namespaces.
  • "[namespaces]" means include the specified namespaces. ['ns1', 'ns2'] : Discover only namespaces 'ns1' and 'ns2'. The maximum number of namespace filters allowed is 32.

repeated string namespace_filters = 1 [json_name = "namespace-filters", (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the namespaceFilters.

getParserForType()

public Parser<IcebergCatalog.FederatedCatalogOptions.RefreshScope> getParserForType()
Returns
Type Description
Parser<RefreshScope>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public IcebergCatalog.FederatedCatalogOptions.RefreshScope.Builder newBuilderForType()
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected IcebergCatalog.FederatedCatalogOptions.RefreshScope.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope.Builder
Overrides

toBuilder()

public IcebergCatalog.FederatedCatalogOptions.RefreshScope.Builder toBuilder()
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.RefreshScope.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException