public static final class Logging.LoggingDestination extends GeneratedMessageV3 implements Logging.LoggingDestinationOrBuilder
Configuration of a specific logging destination (the producer project
or the consumer project).
Protobuf type google.api.Logging.LoggingDestination
Static Fields
LOGS_FIELD_NUMBER
public static final int LOGS_FIELD_NUMBER
Field Value
MONITORED_RESOURCE_FIELD_NUMBER
public static final int MONITORED_RESOURCE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Logging.LoggingDestination getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Logging.LoggingDestination.Builder newBuilder()
Returns
newBuilder(Logging.LoggingDestination prototype)
public static Logging.LoggingDestination.Builder newBuilder(Logging.LoggingDestination prototype)
Parameter
Returns
public static Logging.LoggingDestination parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Logging.LoggingDestination parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Logging.LoggingDestination parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Logging.LoggingDestination parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Logging.LoggingDestination parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Logging.LoggingDestination parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Logging.LoggingDestination parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Logging.LoggingDestination parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Logging.LoggingDestination parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Logging.LoggingDestination parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Logging.LoggingDestination parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Logging.LoggingDestination parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Logging.LoggingDestination> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Logging.LoggingDestination getDefaultInstanceForType()
Returns
getLogs(int index)
public String getLogs(int index)
Names of the logs to be sent to this destination. Each name must
be defined in the Service.logs section. If the log name is
not a domain scoped name, it will be automatically prefixed with
the service name followed by "/".
repeated string logs = 1;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The logs at the given index.
|
getLogsBytes(int index)
public ByteString getLogsBytes(int index)
Names of the logs to be sent to this destination. Each name must
be defined in the Service.logs section. If the log name is
not a domain scoped name, it will be automatically prefixed with
the service name followed by "/".
repeated string logs = 1;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the logs at the given index.
|
getLogsCount()
public int getLogsCount()
Names of the logs to be sent to this destination. Each name must
be defined in the Service.logs section. If the log name is
not a domain scoped name, it will be automatically prefixed with
the service name followed by "/".
repeated string logs = 1;
Returns
Type | Description |
int | The count of logs.
|
getLogsList()
public ProtocolStringList getLogsList()
Names of the logs to be sent to this destination. Each name must
be defined in the Service.logs section. If the log name is
not a domain scoped name, it will be automatically prefixed with
the service name followed by "/".
repeated string logs = 1;
Returns
getMonitoredResource()
public String getMonitoredResource()
The monitored resource type. The type must be defined in the
Service.monitored_resources section.
string monitored_resource = 3;
Returns
Type | Description |
String | The monitoredResource.
|
getMonitoredResourceBytes()
public ByteString getMonitoredResourceBytes()
The monitored resource type. The type must be defined in the
Service.monitored_resources section.
string monitored_resource = 3;
Returns
Type | Description |
ByteString | The bytes for monitoredResource.
|
getParserForType()
public Parser<Logging.LoggingDestination> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Logging.LoggingDestination.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Logging.LoggingDestination.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Logging.LoggingDestination.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions