com.google.cloud.securitycenter.v2.ExternalSystemOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-securitycenter-v2 Show documentation
Show all versions of proto-google-cloud-securitycenter-v2 Show documentation
Proto library for google-cloud-securitycenter
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/securitycenter/v2/external_system.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.securitycenter.v2;
public interface ExternalSystemOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v2.ExternalSystem)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Full resource name of the external system. The following list
* shows some examples:
*
* + `organizations/1234/sources/5678/findings/123456/externalSystems/jira`
* +
* `organizations/1234/sources/5678/locations/us/findings/123456/externalSystems/jira`
* + `folders/1234/sources/5678/findings/123456/externalSystems/jira`
* +
* `folders/1234/sources/5678/locations/us/findings/123456/externalSystems/jira`
* + `projects/1234/sources/5678/findings/123456/externalSystems/jira`
* +
* `projects/1234/sources/5678/locations/us/findings/123456/externalSystems/jira`
*
*
* string name = 1;
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Full resource name of the external system. The following list
* shows some examples:
*
* + `organizations/1234/sources/5678/findings/123456/externalSystems/jira`
* +
* `organizations/1234/sources/5678/locations/us/findings/123456/externalSystems/jira`
* + `folders/1234/sources/5678/findings/123456/externalSystems/jira`
* +
* `folders/1234/sources/5678/locations/us/findings/123456/externalSystems/jira`
* + `projects/1234/sources/5678/findings/123456/externalSystems/jira`
* +
* `projects/1234/sources/5678/locations/us/findings/123456/externalSystems/jira`
*
*
* string name = 1;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* References primary/secondary etc assignees in the external system.
*
*
* repeated string assignees = 2;
*
* @return A list containing the assignees.
*/
java.util.List getAssigneesList();
/**
*
*
*
* References primary/secondary etc assignees in the external system.
*
*
* repeated string assignees = 2;
*
* @return The count of assignees.
*/
int getAssigneesCount();
/**
*
*
*
* References primary/secondary etc assignees in the external system.
*
*
* repeated string assignees = 2;
*
* @param index The index of the element to return.
* @return The assignees at the given index.
*/
java.lang.String getAssignees(int index);
/**
*
*
*
* References primary/secondary etc assignees in the external system.
*
*
* repeated string assignees = 2;
*
* @param index The index of the value to return.
* @return The bytes of the assignees at the given index.
*/
com.google.protobuf.ByteString getAssigneesBytes(int index);
/**
*
*
*
* The identifier that's used to track the finding's corresponding case in the
* external system.
*
*
* string external_uid = 3;
*
* @return The externalUid.
*/
java.lang.String getExternalUid();
/**
*
*
*
* The identifier that's used to track the finding's corresponding case in the
* external system.
*
*
* string external_uid = 3;
*
* @return The bytes for externalUid.
*/
com.google.protobuf.ByteString getExternalUidBytes();
/**
*
*
*
* The most recent status of the finding's corresponding case, as reported by
* the external system.
*
*
* string status = 4;
*
* @return The status.
*/
java.lang.String getStatus();
/**
*
*
*
* The most recent status of the finding's corresponding case, as reported by
* the external system.
*
*
* string status = 4;
*
* @return The bytes for status.
*/
com.google.protobuf.ByteString getStatusBytes();
/**
*
*
*
* The time when the case was last updated, as reported by the external
* system.
*
*
* .google.protobuf.Timestamp external_system_update_time = 5;
*
* @return Whether the externalSystemUpdateTime field is set.
*/
boolean hasExternalSystemUpdateTime();
/**
*
*
*
* The time when the case was last updated, as reported by the external
* system.
*
*
* .google.protobuf.Timestamp external_system_update_time = 5;
*
* @return The externalSystemUpdateTime.
*/
com.google.protobuf.Timestamp getExternalSystemUpdateTime();
/**
*
*
*
* The time when the case was last updated, as reported by the external
* system.
*
*
* .google.protobuf.Timestamp external_system_update_time = 5;
*/
com.google.protobuf.TimestampOrBuilder getExternalSystemUpdateTimeOrBuilder();
/**
*
*
*
* The link to the finding's corresponding case in the external system.
*
*
* string case_uri = 6;
*
* @return The caseUri.
*/
java.lang.String getCaseUri();
/**
*
*
*
* The link to the finding's corresponding case in the external system.
*
*
* string case_uri = 6;
*
* @return The bytes for caseUri.
*/
com.google.protobuf.ByteString getCaseUriBytes();
/**
*
*
*
* The priority of the finding's corresponding case in the external system.
*
*
* string case_priority = 7;
*
* @return The casePriority.
*/
java.lang.String getCasePriority();
/**
*
*
*
* The priority of the finding's corresponding case in the external system.
*
*
* string case_priority = 7;
*
* @return The bytes for casePriority.
*/
com.google.protobuf.ByteString getCasePriorityBytes();
/**
*
*
*
* The SLA of the finding's corresponding case in the external system.
*
*
* .google.protobuf.Timestamp case_sla = 9;
*
* @return Whether the caseSla field is set.
*/
boolean hasCaseSla();
/**
*
*
*
* The SLA of the finding's corresponding case in the external system.
*
*
* .google.protobuf.Timestamp case_sla = 9;
*
* @return The caseSla.
*/
com.google.protobuf.Timestamp getCaseSla();
/**
*
*
*
* The SLA of the finding's corresponding case in the external system.
*
*
* .google.protobuf.Timestamp case_sla = 9;
*/
com.google.protobuf.TimestampOrBuilder getCaseSlaOrBuilder();
/**
*
*
*
* The time when the case was created, as reported by the external system.
*
*
* .google.protobuf.Timestamp case_create_time = 10;
*
* @return Whether the caseCreateTime field is set.
*/
boolean hasCaseCreateTime();
/**
*
*
*
* The time when the case was created, as reported by the external system.
*
*
* .google.protobuf.Timestamp case_create_time = 10;
*
* @return The caseCreateTime.
*/
com.google.protobuf.Timestamp getCaseCreateTime();
/**
*
*
*
* The time when the case was created, as reported by the external system.
*
*
* .google.protobuf.Timestamp case_create_time = 10;
*/
com.google.protobuf.TimestampOrBuilder getCaseCreateTimeOrBuilder();
/**
*
*
*
* The time when the case was closed, as reported by the external system.
*
*
* .google.protobuf.Timestamp case_close_time = 11;
*
* @return Whether the caseCloseTime field is set.
*/
boolean hasCaseCloseTime();
/**
*
*
*
* The time when the case was closed, as reported by the external system.
*
*
* .google.protobuf.Timestamp case_close_time = 11;
*
* @return The caseCloseTime.
*/
com.google.protobuf.Timestamp getCaseCloseTime();
/**
*
*
*
* The time when the case was closed, as reported by the external system.
*
*
* .google.protobuf.Timestamp case_close_time = 11;
*/
com.google.protobuf.TimestampOrBuilder getCaseCloseTimeOrBuilder();
/**
*
*
*
* Information about the ticket, if any, that is being used to track the
* resolution of the issue that is identified by this finding.
*
*
* .google.cloud.securitycenter.v2.ExternalSystem.TicketInfo ticket_info = 8;
*
* @return Whether the ticketInfo field is set.
*/
boolean hasTicketInfo();
/**
*
*
*
* Information about the ticket, if any, that is being used to track the
* resolution of the issue that is identified by this finding.
*
*
* .google.cloud.securitycenter.v2.ExternalSystem.TicketInfo ticket_info = 8;
*
* @return The ticketInfo.
*/
com.google.cloud.securitycenter.v2.ExternalSystem.TicketInfo getTicketInfo();
/**
*
*
*
* Information about the ticket, if any, that is being used to track the
* resolution of the issue that is identified by this finding.
*
*
* .google.cloud.securitycenter.v2.ExternalSystem.TicketInfo ticket_info = 8;
*/
com.google.cloud.securitycenter.v2.ExternalSystem.TicketInfoOrBuilder getTicketInfoOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy